mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: js test error "Unhandled request /tag_groups"
This commit is contained in:
parent
3fe4903e63
commit
1fd27bdbb3
@ -232,6 +232,8 @@ export default function() {
|
||||
result.can_revert = true;
|
||||
return response(200, {site_text: result});
|
||||
});
|
||||
|
||||
this.get('/tag_groups', () => response(200, {tag_groups: []}));
|
||||
});
|
||||
|
||||
server.prepareBody = function(body){
|
||||
|
Loading…
Reference in New Issue
Block a user