Fix qunit

This commit is contained in:
David Taylor 2017-08-01 17:28:12 +01:00
parent 6aa94fcb27
commit c06a4aa4f6
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ acceptance("Chat Integration", {
server.post('/admin/plugins/chat/test', () => {
return response({ });
});
server.get('/groups/search.json', () => {
return response([]);
});
}