Skip to content

Commit 41e35e6

Browse files
committed
update query param in test
1 parent ab38596 commit 41e35e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationTests/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const makeIdentityV2 = mocks.makeIdentityV2;
3333
let useCookie: boolean | undefined = undefined;
3434

3535
const UID2Version = 'uid2' + '-sdk-' + UID2.VERSION;
36-
const uid2RefreshUrl = `https://prod.uidapi.com/v2/token/refresh?version=${UID2Version}`;
36+
const uid2RefreshUrl = `https://prod.uidapi.com/v2/token/refresh?client=${UID2Version}`;
3737

3838
const testCookieAndLocalStorage = (test: () => void, only = false) => {
3939
const describeFn = only ? describe.only : describe;

0 commit comments

Comments
 (0)