Skip to content

Commit

Permalink
Merge branch 'jul/restore-idp-tests' into 'master'
Browse files Browse the repository at this point in the history
Revert "test(oidc): disable authorization tests"

See merge request TankerHQ/sdk-js!1021
  • Loading branch information
JMounier committed May 21, 2024
2 parents 1cd5092 + 2d5eef6 commit 531d4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/functional-tests/src/verification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ export const generateVerificationTests = (args: TestArgs) => {
});

if (isBrowser()) {
describe.skip('verification by oidc authorization code', () => {
describe('verification by oidc authorization code', () => {
let provider: { id: string, display_name: string };

const setFakeOidcSubjectCookie = async (subject: string) => fetch(`${oidcSettings.fakeOidc.url}/issuer/subject`, {
Expand Down

0 comments on commit 531d4ca

Please sign in to comment.