Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmichela committed Aug 27, 2024
1 parent 00ea8e6 commit 3de154e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def foo(run):

pkg = "damnit.backend.extract_data"

with patch(f"{pkg}.KafkaProducer"), pytest.raises(ImportError):
with patch(f"{pkg}.KafkaProducer"), pytest.raises(AssertionError):
Extractor()

# Set the context_python field in the database
Expand Down

0 comments on commit 3de154e

Please sign in to comment.