Skip to content

Commit

Permalink
update query param in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssundahlTTD committed Dec 20, 2024
1 parent ab38596 commit 41e35e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrationTests/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const makeIdentityV2 = mocks.makeIdentityV2;
let useCookie: boolean | undefined = undefined;

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

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

0 comments on commit 41e35e6

Please sign in to comment.