mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: Broken acceptance test
This commit is contained in:
parent
20cd5b8c0b
commit
4685d833b5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue