Skip to content

Commit 61ccc96

Browse files
committed
Fix test name
1 parent da80418 commit 61ccc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def test_delete_user_should_raise_on_http_401_error(self):
526526
pn_client.delete_user('user-0001')
527527
self.assertIn('Auth error: blah', str(e.exception))
528528

529-
def test_publish_to_users_should_raise_on_http_404_error(self):
529+
def test_delete_user_should_raise_on_http_404_error(self):
530530
pn_client = PushNotifications(
531531
'INSTANCE_ID',
532532
'SECRET_KEY'

0 commit comments

Comments
 (0)