init
This commit is contained in:
43
lib/modules/test/fixtures/posts.js
vendored
Normal file
43
lib/modules/test/fixtures/posts.js
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
module.exports = {
|
||||
|
||||
ok: [{
|
||||
msg_id: '3315',
|
||||
to_jid: 'uat-appsupport@conference.example.com',
|
||||
from_jid: 'micahel.cross@example.com',
|
||||
sent_date: '2017-06-05T20:08:38.263Z',
|
||||
body_string: 'I meant thick',
|
||||
body_text: ''
|
||||
}, {
|
||||
msg_id: '3334',
|
||||
to_jid: 'uat-appsupport@conference.example.com',
|
||||
from_jid: 'micahel.cross@example.com',
|
||||
sent_date: '2017-06-05T20:08:38.263Z',
|
||||
body_string: 'that is when I came on again',
|
||||
body_text: ''
|
||||
}],
|
||||
|
||||
userNotFound: [{
|
||||
msg_id: '3334',
|
||||
to_jid: 'uat-appsupport@conference.example.com',
|
||||
from_jid: 'terrence.flynn@example.com',
|
||||
sent_date: '2017-06-05T20:08:38.263Z',
|
||||
body_string: 'that is when I came on again',
|
||||
body_text: ''
|
||||
}, {
|
||||
msg_id: '3315',
|
||||
to_jid: 'uat-appsupport@conference.example.com',
|
||||
from_jid: 'micahel.cross@example.com',
|
||||
sent_date: '2017-06-05T20:08:38.263Z',
|
||||
body_string: 'I meant thick',
|
||||
body_text: ''
|
||||
}],
|
||||
|
||||
bodyNotFound: [{
|
||||
msg_id: '3315',
|
||||
to_jid: 'uat-appsupport@conference.example.com',
|
||||
from_jid: 'micahel.cross@example.com',
|
||||
sent_date: '2017-06-05T20:08:38.263Z',
|
||||
body_string: '',
|
||||
body_text: ''
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user