Merge branch 'master' into next

This commit is contained in:
Vladimir Gorej
2023-06-12 18:39:44 +02:00
4 changed files with 45 additions and 51 deletions

View File

@@ -1492,7 +1492,7 @@ describe("utils", () => {
it("throws error when server url contains non-transcluded server variables", () => {
const buildUrlThunk = () => buildUrl(urlRelativeToHost, specUrl, { selectedServer: serverUrlWithVariables })
expect(buildUrlThunk).toThrow(/^Invalid base URL/)
expect(buildUrlThunk).toThrow(/^Invalid/)
})
})