Skip to content

Commit 6297e13

Browse files
committed
Remove server url unit test
1 parent eb2871c commit 6297e13

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

_test_unstructured_client/unit/test_custom_hooks.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,6 @@ def test_unit_clean_server_url_fixes_malformed_localhost_url(server_url: str):
211211
assert client.general.sdk_configuration.server_url == "http://localhost:8000"
212212

213213

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-
220214
@pytest.mark.parametrize(
221215
"server_url",
222216
[

0 commit comments

Comments
 (0)