Skip to content

Commit 1f58357

Browse files
committed
test: fix broken project bootstrap test
1 parent f5875bd commit 1f58357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/project-bootstrap.browser-authenticated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test("Project bootstrap works", async ({ page, baseURL }) => {
2222
// normalise the URL - sometimes we get a slash on the end, other times not
2323
const basePath = url.pathname.endsWith("/") ? url.pathname.slice(0, -1) : url.pathname;
2424

25-
url.pathname = basePath + "/api/as-api/organisation/default";
25+
url.pathname = basePath + "/api/as-api/default/organisation";
2626

2727
const defaultOrg: OrganisationGetDefaultResponse = await (
2828
await page.request.get(new URL(url).href)

0 commit comments

Comments
 (0)