Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Oct 7, 2023
1 parent 79a3e96 commit c11cf4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/processor/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def test_process_writes_debug_messages(self, mock_debug):
event = {}
self.object.process(event)
mock_debug.assert_called()
mock_debug.assert_called_with(f"{self.object.describe()} processing event {event}")

def test_config_attribute_is_config_object(self):
assert isinstance(self.object._config, self.object.Config)
Expand Down

0 comments on commit c11cf4b

Please sign in to comment.