Rm/1956 hierarchy ux 2 #178
Annotations
2 errors
test/utils/AutoDiscoveryUtils-test.tsx#L228
expect(received).rejects.toThrow(expected)
Expected substring: "Your homeserver is too old and does not support the minimum API version required. Please contact your server owner, or upgrade your server."
Received message: "Unexpected error resolving homeserver configuration"
274 | });
275 | }
> 276 | throw new UserFriendlyError("auth|autodiscovery_unexpected_error_hs");
| ^
277 | } // else the error is not related to syntax - continue anyways.
278 | }
279 |
at Function.buildValidatedConfigFromDiscovery (src/utils/AutoDiscoveryUtils.tsx:276:23)
at buildValidatedConfigFromDiscovery (test/utils/AutoDiscoveryUtils-test.tsx:227:36)
at Object.toThrow (node_modules/expect/build/index.js:202:58)
at Object.toThrow (test/utils/AutoDiscoveryUtils-test.tsx:228:23)
at Object.toThrow (node_modules/expect/build/index.js:218:22)
at Object.toThrow (test/utils/AutoDiscoveryUtils-test.tsx:228:23)
|
|
This job failed
Loading