Add filter stub to crypto test
This commit is contained in:
@@ -67,6 +67,7 @@ describe("MatrixClient crypto", function() {
|
||||
});
|
||||
|
||||
httpBackend.when("GET", "/pushrules").respond(200, {});
|
||||
httpBackend.when("POST", "/filter").respond(200, { filter_id: "fid" });
|
||||
});
|
||||
|
||||
describe("Ali account setup", function() {
|
||||
|
||||
Reference in New Issue
Block a user