Skip to content

Commit d15d4f2

Browse files
Apply suggestions from code review
Co-authored-by: sebastianMindee <130448732+sebastianMindee@users.noreply.github.com>
1 parent b518830 commit d15d4f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_client_v2_integration.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def test_parse_file_empty_multiple_pages_must_succeed(
4545
raw_text=False,
4646
polygon=False,
4747
confidence=False,
48+
webhook_ids=[],
49+
alias='py_integration_empty_multiple'
4850
)
4951

5052
response: InferenceResponse = v2_client.enqueue_and_get_inference(
@@ -78,6 +80,8 @@ def test_parse_file_filled_single_page_must_succeed(
7880
raw_text=False,
7981
polygon=False,
8082
confidence=False,
83+
webhook_ids=[],
84+
alias='py_integration_empty_multipage'
8185
)
8286

8387
response: InferenceResponse = v2_client.enqueue_and_get_inference(
@@ -136,6 +140,8 @@ def test_url_input_source_must_not_raise_errors(
136140
raw_text=False,
137141
polygon=False,
138142
confidence=False,
143+
webhook_ids=[],
144+
alias='py_integration_url_source'
139145
)
140146
response: InferenceResponse = v2_client.enqueue_and_get_inference(
141147
input_source, params

0 commit comments

Comments
 (0)