Fix qunit
This commit is contained in:
parent
6aa94fcb27
commit
c06a4aa4f6
|
@ -37,6 +37,9 @@ acceptance("Chat Integration", {
|
|||
server.post('/admin/plugins/chat/test', () => {
|
||||
return response({ });
|
||||
});
|
||||
server.get('/groups/search.json', () => {
|
||||
return response([]);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue