Skip to content

Commit 32d9edf

Browse files
Fix subtitle assertion
1 parent a0ab941 commit 32d9edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/backend/src/tests/test_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2227,7 +2227,7 @@ def test_event_threads(db, push_collector: PushCollector, moderator: Moderator):
22272227
assert push.topic_action == NotificationTopicAction.event__comment.display
22282228
assert push.content.title == f"{user2.name} • Dummy Title"
22292229
assert push.content.ios_title == user2.name
2230-
assert push.content.ios_subtitle == "Dummy Title"
2230+
assert push.content.ios_subtitle == "Commented on Dummy Title"
22312231
assert push.content.body == "hi"
22322232

22332233
push = push_collector.pop_for_user(user2.id, last=True)

0 commit comments

Comments
 (0)