Skip to content

Commit e9cd42a

Browse files
authored
Update failing test in tests_client.py
1 parent 88a8a13 commit e9cd42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_with_wrong_fieldset(self):
3939

4040
def test_data_extraction_1(self):
4141
with open("tests/sample_invoice.pdf", "rb") as f:
42-
fid = self.sypht_client.upload(f, ["invoices"])
42+
fid = self.sypht_client.upload(f, ["invoices:2"])
4343
self.assertTrue(validate_uuid4(fid))
4444

4545
results = self.sypht_client.fetch_results(fid)

0 commit comments

Comments
 (0)