We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378ec06 commit 873aa7cCopy full SHA for 873aa7c
integration/test_messaging.py
@@ -75,7 +75,7 @@ def test_send_invalid_token():
75
token=_REGISTRATION_TOKEN,
76
notification=messaging.Notification('test-title', 'test-body')
77
)
78
- with pytest.raises(messaging.SenderIdMismatchError):
+ with pytest.raises(messaging.UnregisteredError):
79
messaging.send(msg, dry_run=True)
80
81
def test_send_malformed_token():
0 commit comments