Skip to content

Commit f8b7ec8

Browse files
committed
test: remove hetzner_client fixture
1 parent c8d9d4a commit f8b7ec8

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/unit/conftest.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,3 @@ def generic_action():
3535
"error": {"code": "action_failed", "message": "Action failed"},
3636
}
3737
}
38-
39-
40-
@pytest.fixture()
41-
def hetzner_client():
42-
client = Client(token="token")
43-
patcher = mock.patch.object(client, "request")
44-
patcher.start()
45-
yield client
46-
patcher.stop()

0 commit comments

Comments
 (0)