Fix tests for Matrix v1.1 requirement (#25898)
This commit is contained in:
parent
d1f7b0898a
commit
7351c722be
2 changed files with 6 additions and 8 deletions
|
@ -29,7 +29,7 @@ describe("Loading server config", function () {
|
|||
PlatformPeg.set(new WebPlatform());
|
||||
fetchMock.get("https://matrix-client.matrix.org/_matrix/client/versions", {
|
||||
unstable_features: {},
|
||||
versions: [],
|
||||
versions: ["v1.1"],
|
||||
});
|
||||
fetchMock.get("https://matrix.org/.well-known/matrix/client", {
|
||||
"m.homeserver": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue