FIX: Broken acceptance test
This commit is contained in:
parent
20cd5b8c0b
commit
4685d833b5
|
@ -129,7 +129,7 @@ export default function() {
|
|||
|
||||
this.get('/queued_posts', function() {
|
||||
return response({
|
||||
queued_posts: [{id: 1, raw: 'queued post text'}]
|
||||
queued_posts: [{id: 1, raw: 'queued post text', can_delete_user: true}]
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue