Skip to content

Commit 873aa7c

Browse files
[chore] Release 4.4.0 Take 2
1 parent 378ec06 commit 873aa7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/test_messaging.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_send_invalid_token():
7575
token=_REGISTRATION_TOKEN,
7676
notification=messaging.Notification('test-title', 'test-body')
7777
)
78-
with pytest.raises(messaging.SenderIdMismatchError):
78+
with pytest.raises(messaging.UnregisteredError):
7979
messaging.send(msg, dry_run=True)
8080

8181
def test_send_malformed_token():

0 commit comments

Comments
 (0)