Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-paige committed Nov 21, 2024
1 parent 1a814c3 commit 39da41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_read_notification_unauth(client1, client2, persistent_group_share_1):

response = list_notifications(client1)
assert_that(mark_notification_read).raises(GqlError).when_called_with(
client1, response.nodes[0].notificationUri
client2, response.nodes[0].notificationUri
).contains('UnauthorizedOperation', 'UPDATE NOTIFICATION')

assert_that(count_unread_notifications(client1)).is_equal_to(count_unread)
Expand Down

0 comments on commit 39da41c

Please sign in to comment.