We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4567874 commit ed38175Copy full SHA for ed38175
1 file changed
tests/unit/conftest.py
@@ -21,14 +21,6 @@ def client(request_mock) -> Client:
21
return c
22
23
24
-@pytest.fixture(autouse=True, scope="function")
25
-def mocked_requests():
26
- patcher = mock.patch("hcloud._client.requests")
27
- mocked_requests = patcher.start()
28
- yield mocked_requests
29
- patcher.stop()
30
-
31
32
@pytest.fixture()
33
def generic_action():
34
return {
0 commit comments