From a0ceb4b86b085ba34995091cd3fbd3a2c8927ad9 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 25 Sep 2024 01:30:03 +0000 Subject: [PATCH] fix: use of xc-token instead of xc-auth --- tests/playwright/setup/demoTable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/setup/demoTable.ts b/tests/playwright/setup/demoTable.ts index 3705e55cbb..cc7aa2759b 100644 --- a/tests/playwright/setup/demoTable.ts +++ b/tests/playwright/setup/demoTable.ts @@ -175,7 +175,7 @@ async function createDemoTable({ api = new Api({ baseURL: `http://localhost:8080/`, headers: { - 'xc-auth': context.token, + 'xc-token': context.apiToken, }, });