Skip to content

Commit 7d6fda6

Browse files
committed
fix type in message
1 parent eb6eadb commit 7d6fda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test_unstructured_client/unit/test_split_pdf_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def test_integration_get_split_csv_response(split_pdf_page, doc_path):
440440
response = requests.get("http://127.0.0.1:8000/general/docs")
441441
assert response.status_code == 200
442442
except requests.exceptions.ConnectionError:
443-
assert False, "The unstructured-api is not running on localhost:8000"
443+
assert False, "The unstructured-api is not running on 127.0.0.1:8000"
444444

445445
client = UnstructuredClient(api_key_auth="", server_url="127.0.0.1:8000")
446446
filename = "layout-parser-paper.pdf"

0 commit comments

Comments
 (0)