mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-07-06 05:52:10 +00:00
Fix qunit
This commit is contained in:
parent
6aa94fcb27
commit
c06a4aa4f6
@ -37,6 +37,9 @@ acceptance("Chat Integration", {
|
|||||||
server.post('/admin/plugins/chat/test', () => {
|
server.post('/admin/plugins/chat/test', () => {
|
||||||
return response({ });
|
return response({ });
|
||||||
});
|
});
|
||||||
|
server.get('/groups/search.json', () => {
|
||||||
|
return response([]);
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user