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 d9c3b4a commit d094ac9Copy full SHA for d094ac9
_test_unstructured_client/integration/test_integration.py
@@ -422,4 +422,4 @@ def test_returns_422_for_invalid_pdf(
422
client.general.partition(request=req)
423
424
assert "File does not appear to be a valid PDF" in caplog.text
425
- assert "422" in caplog.text
+ assert "422" in caplog.text
0 commit comments