Add filter stub to crypto test

This commit is contained in:
Kegan Dougal
2015-12-11 13:35:46 +00:00
parent 7c43d15ea5
commit eedff29acb
+1
View File
@@ -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() {