File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments