We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da80418 commit 61ccc96Copy full SHA for 61ccc96
tests/test_users.py
@@ -526,7 +526,7 @@ def test_delete_user_should_raise_on_http_401_error(self):
526
pn_client.delete_user('user-0001')
527
self.assertIn('Auth error: blah', str(e.exception))
528
529
- def test_publish_to_users_should_raise_on_http_404_error(self):
+ def test_delete_user_should_raise_on_http_404_error(self):
530
pn_client = PushNotifications(
531
'INSTANCE_ID',
532
'SECRET_KEY'
0 commit comments