Skip to content

Commit

Permalink
Make test more generic as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Oct 20, 2023
1 parent ccaeb86 commit 11e40c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_zinolib_controllers_zino1.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def test_fallback(self):
update = NotifierResponse(raw_event_id, "", "")
with self.assertLogs('zinolib.controllers.zino1', level='WARNING') as cm:
self.assertFalse(updates.fallback(update))
self.assertEqual(cm.output, ['WARNING:zinolib.controllers.zino1:Unknown update type: "" for id 139110'])

def test_handle_new_stateless_event_is_very_special(self):
zino1 = self.init_manager()
Expand Down

0 comments on commit 11e40c3

Please sign in to comment.