mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 02:27:23 +08:00
FIX: Broken test
This commit is contained in:
parent
685fc637d5
commit
fb863e18ec
@ -1,2 +1,2 @@
|
||||
/*jshint maxlen:10000000 */
|
||||
export default {"/notifications": {notifications: [ { id: 123, notification_type: 2, read: true, post_number: 2, topic_id: 1234, slug: "a-slug", data: { topic_title: "some title", display_username: "velesin" } } ] }};
|
||||
export default {"/notifications": {notifications: [ { id: 123, notification_type: 2, read: false, post_number: 2, topic_id: 1234, slug: "a-slug", data: { topic_title: "some title", display_username: "velesin" } } ] }};
|
||||
|
Loading…
x
Reference in New Issue
Block a user