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 ab38596 commit 41e35e6Copy full SHA for 41e35e6
src/integrationTests/basic.test.ts
@@ -33,7 +33,7 @@ const makeIdentityV2 = mocks.makeIdentityV2;
33
let useCookie: boolean | undefined = undefined;
34
35
const UID2Version = 'uid2' + '-sdk-' + UID2.VERSION;
36
-const uid2RefreshUrl = `https://prod.uidapi.com/v2/token/refresh?version=${UID2Version}`;
+const uid2RefreshUrl = `https://prod.uidapi.com/v2/token/refresh?client=${UID2Version}`;
37
38
const testCookieAndLocalStorage = (test: () => void, only = false) => {
39
const describeFn = only ? describe.only : describe;
0 commit comments