Skip to content

Commit 63f7e11

Browse files
authored
Use the new mock (#44)
1 parent bdeced8 commit 63f7e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
@pytest.fixture(autouse=True, scope='function')
88
def hetzner_client():
9-
hetzner_client = Client(token="test-token", api_endpoint=os.getenv("FAKE_API_ENDPOINT", default="http://localhost:4000"))
9+
hetzner_client = Client(token="test-token", api_endpoint=os.getenv("FAKE_API_ENDPOINT", default="http://localhost:4000/v1"))
1010
return hetzner_client

0 commit comments

Comments
 (0)