Skip to content

Commit 9d818d1

Browse files
fix remote path for test
1 parent 568a891 commit 9d818d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/input/test_url_input_source_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def output_file_path():
1919

2020
@pytest.fixture
2121
def reference_file_path():
22-
return "https://github.com/mindee/client-lib-test-data/blob/main/products/invoice_splitter/invoice_5p.pdf?raw=true"
22+
return "https://github.com/mindee/client-lib-test-data/blob/main/v1/products/invoice_splitter/invoice_5p.pdf?raw=true"
2323

2424

2525
@pytest.mark.integration

0 commit comments

Comments
 (0)