We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdeced8 commit 63f7e11Copy full SHA for 63f7e11
1 file changed
tests/integration/conftest.py
@@ -6,5 +6,5 @@
6
7
@pytest.fixture(autouse=True, scope='function')
8
def hetzner_client():
9
- hetzner_client = Client(token="test-token", api_endpoint=os.getenv("FAKE_API_ENDPOINT", default="http://localhost:4000"))
+ hetzner_client = Client(token="test-token", api_endpoint=os.getenv("FAKE_API_ENDPOINT", default="http://localhost:4000/v1"))
10
return hetzner_client
0 commit comments