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 bd8d0a9 commit 0c93267Copy full SHA for 0c93267
_test_unstructured_client/unit/test_server_urls.py
@@ -56,9 +56,9 @@ class URLTestCase:
56
description: str
57
sdk_endpoint_name: str
58
# url when you init the client (global for all endpoints)
59
- client_url: str | None
+ client_url: str | None = None
60
# url when you init the SDK endpoint (vary per endpoint)
61
- endpoint_url: str | None
+ endpoint_url: str | None = None
62
# expected url when actually making the HTTP request in build_request
63
expected_url: str
64
0 commit comments