We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bce7f3 commit d0618c4Copy full SHA for d0618c4
test/app-tests/joining.js
@@ -76,7 +76,7 @@ describe('joining a room', function () {
76
httpBackend.when('GET', '/pushrules').respond(200, {});
77
httpBackend.when('POST', '/filter').respond(200, { filter_id: 'fid' });
78
httpBackend.when('GET', '/sync').respond(200, {});
79
- httpBackend.when('GET', '/publicRooms').respond(200, {chunk: []});
+ httpBackend.when('POST', '/publicRooms').respond(200, {chunk: []});
80
httpBackend.when('GET', '/directory/room/'+encodeURIComponent(ROOM_ALIAS)).respond(200, { room_id: ROOM_ID });
81
82
// start with a logged-in client
0 commit comments