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 08e2760 commit afe0654Copy full SHA for afe0654
_test_unstructured_client/unit/test_custom_hooks.py
@@ -169,7 +169,7 @@ def mock_post(request):
169
with pytest.raises(Exception):
170
session.general.partition(request=req, retries=retries)
171
172
- pattern = re.compile(f"Failed to process a request due to connection error .*? "
+ pattern = re.compile("Failed to process a request due to connection error .*? "
173
"Attempting retry number 1 after sleep.")
174
assert bool(pattern.search(caplog.text))
175
_test_unstructured_client/unit/test_request_utils.py
@@ -7,7 +7,6 @@
7
get_base_url,
8
get_multipart_stream_fields,
9
)
10
-from unstructured_client.models import shared
11
12
13
# make the above test using @pytest.mark.parametrize
0 commit comments