We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b3b9f commit a38e446Copy full SHA for a38e446
_test_contract/platform_api/conftest.py
@@ -17,7 +17,7 @@ def platform_api_url():
17
def client(platform_api_url) -> UnstructuredClient:
18
_client = UnstructuredClient(
19
api_key_auth=FAKE_API_KEY,
20
- server_url="platform-api",
+ server_url=platform_api_url,
21
retry_config=RetryConfig(
22
strategy="backoff",
23
retry_connection_errors=False,
0 commit comments