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 eb2871c commit 6297e13Copy full SHA for 6297e13
_test_unstructured_client/unit/test_custom_hooks.py
@@ -211,12 +211,6 @@ def test_unit_clean_server_url_fixes_malformed_localhost_url(server_url: str):
211
assert client.general.sdk_configuration.server_url == "http://localhost:8000"
212
213
214
-
215
-def test_unit_clean_server_url_returns_None_given_no_server_url():
216
- client = UnstructuredClient(api_key_auth=FAKE_KEY)
217
- assert client.general.sdk_configuration.server_url == None
218
219
220
@pytest.mark.parametrize(
221
"server_url",
222
[
0 commit comments