Skip to content

Commit a38e446

Browse files
committed
Use the correct url in contract tests
1 parent 94b3b9f commit a38e446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test_contract/platform_api/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def platform_api_url():
1717
def client(platform_api_url) -> UnstructuredClient:
1818
_client = UnstructuredClient(
1919
api_key_auth=FAKE_API_KEY,
20-
server_url="platform-api",
20+
server_url=platform_api_url,
2121
retry_config=RetryConfig(
2222
strategy="backoff",
2323
retry_connection_errors=False,

0 commit comments

Comments
 (0)