Skip to content

Commit 99e8433

Browse files
Remove fixtures dir variable as we aren't using it currently.
1 parent 0f0c908 commit 99e8433

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unit/ctl/test_repository_app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
runner = CliRunner()
1313

1414

15-
FIXTURE_BASE_DIR = Path(Path(__file__).parent / ".." / ".." / "fixtures" / "integration" / "test_infrahubctl")
16-
17-
1815
@pytest.fixture
1916
def mock_client() -> mock.Mock:
2017
"""Fixture for a mocked InfrahubClient."""

0 commit comments

Comments
 (0)