mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Broken acceptance test
This commit is contained in:
@@ -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}]
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user