Skip to content

Commit e480be2

Browse files
author
Luka Bratos
committed
Update the test
1 parent 240ff20 commit e480be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_push_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def test_publish_should_fail_if_interest_contains_invalid_chars(self):
217217
)
218218
with self.assertRaises(ValueError):
219219
pn_client.publish(
220-
interests=['bad-interest'],
220+
interests=['bad|interest'],
221221
publish_body={
222222
'apns': {
223223
'aps': {

0 commit comments

Comments
 (0)