We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5875bd commit 1f58357Copy full SHA for 1f58357
tests/project-bootstrap.browser-authenticated.ts
@@ -22,7 +22,7 @@ test("Project bootstrap works", async ({ page, baseURL }) => {
22
// normalise the URL - sometimes we get a slash on the end, other times not
23
const basePath = url.pathname.endsWith("/") ? url.pathname.slice(0, -1) : url.pathname;
24
25
- url.pathname = basePath + "/api/as-api/organisation/default";
+ url.pathname = basePath + "/api/as-api/default/organisation";
26
27
const defaultOrg: OrganisationGetDefaultResponse = await (
28
await page.request.get(new URL(url).href)
0 commit comments