Skip to content

Commit 0ff650a

Browse files
authored
chore: remove unused fixtures (#216)
1 parent aa7bc8c commit 0ff650a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/toolbox-core/tests/test_tool.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ def auth_getters(auth_token_value) -> dict[str, Callable[[], str]]:
8787
return {"test-auth": lambda: auth_token_value}
8888

8989

90-
@pytest.fixture
91-
def auth_getters_mock(auth_token_value) -> dict[str, Mock]:
92-
return {"test-auth": Mock(return_value=auth_token_value)}
93-
94-
9590
@pytest.fixture
9691
def auth_header_key() -> str:
9792
return "test-auth_token"

0 commit comments

Comments
 (0)