Skip to content

Commit b61a25f

Browse files
committed
fix type in message
1 parent 07bd5a1 commit b61a25f

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
@@ -485,7 +485,7 @@ def test_integration_get_split_csv_response(split_pdf_page, doc_path):
485485
response = requests.get("http://127.0.0.1:8000/general/docs")
486486
assert response.status_code == 200
487487
except requests.exceptions.ConnectionError:
488-
assert False, "The unstructured-api is not running on localhost:8000"
488+
assert False, "The unstructured-api is not running on 127.0.0.1:8000"
489489

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

0 commit comments

Comments
 (0)