Skip to content

Commit

Permalink
Fix Flake8 warning on test_invalid_url
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Oct 14, 2024
1 parent 4b86f60 commit 2f72d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_invalid_url():
message = "File format not supported"
with pytest.raises(Exception, match=message):
url = camelot.read_pdf(url)
assert is_url(url) == False
assert is_url(url) is False


def test_ghostscript_backend_import_error(testdir):
Expand Down

0 comments on commit 2f72d94

Please sign in to comment.