Add mock to /versions API endpoint (#21380)
This commit is contained in:
parent
2d3757c37f
commit
f149f9a9ad
2 changed files with 7 additions and 16 deletions
|
@ -77,7 +77,6 @@ describe('joining a room', function() {
|
|||
const ROOM_ALIAS = '#alias:localhost';
|
||||
const ROOM_ID = '!id:localhost';
|
||||
|
||||
httpBackend.when('GET', '/capabilities').respond(200, { capabilities : {} });
|
||||
httpBackend.when('GET', '/pushrules').respond(200, {});
|
||||
httpBackend.when('POST', '/filter').respond(200, { filter_id: 'fid' });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue