We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab85b6 commit 7b91c0aCopy full SHA for 7b91c0a
tests/sentry/rules/actions/test_notify_event_service.py
@@ -58,7 +58,7 @@ def test_notify_sentry_app_and_plugin_with_same_slug(self):
58
59
results = list(rule.after(event=event, state=self.get_state()))
60
61
- assert len(results) is 2
62
- assert plugin.should_notify.call_count is 1
+ assert len(results) == 2
+ assert plugin.should_notify.call_count == 1
63
assert results[0].callback is notify_sentry_app
64
assert results[1].callback is plugin.rule_notify
0 commit comments