Browse Source

fix: use of xc-token instead of xc-auth

pull/9543/head
Raju Udava 2 months ago
parent
commit
a0ceb4b86b
  1. 2
      tests/playwright/setup/demoTable.ts

2
tests/playwright/setup/demoTable.ts

@ -175,7 +175,7 @@ async function createDemoTable({
api = new Api({ api = new Api({
baseURL: `http://localhost:8080/`, baseURL: `http://localhost:8080/`,
headers: { headers: {
'xc-auth': context.token, 'xc-token': context.apiToken,
}, },
}); });

Loading…
Cancel
Save