mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08: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…
Add table
Add a link
Reference in a new issue