Trying to make server tests more stable

This commit is contained in:
simojenki
2022-10-20 16:35:18 +11:00
parent 719fd998b1
commit 84866dfd60
2 changed files with 3 additions and 3 deletions

View File

@@ -172,8 +172,8 @@ describe("server", () => {
jest.resetAllMocks();
});
const bonobUrlWithNoContextPath = url("http://bonob.localhost:1234");
const bonobUrlWithContextPath = url("http://bonob.localhost:1234/aContext");
const bonobUrlWithNoContextPath = url("http://localhost:1234");
const bonobUrlWithContextPath = url("http://localhost:1234/aContext");
const langName = randomLang();
const acceptLanguage = `le-ET,${langName};q=0.9,en;q=0.8`;