Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 759ce53

Browse files
committed
Update 'test_unknown_flavor' to support new parsers
1 parent b25275d commit 759ce53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def test_unknown_flavor(foo_pdf):
12-
message = "Unknown flavor specified." " Use either 'lattice' or 'stream'"
12+
message = "Unknown flavor specified." " Use either 'lattice', 'stream', 'network' or 'hybrid'"
1313
with pytest.raises(NotImplementedError, match=message):
1414
camelot.read_pdf(foo_pdf, flavor="chocolate")
1515

0 commit comments

Comments
 (0)