Skip to content

Commit

Permalink
Fix e2e tests #183
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Aug 26, 2024
1 parent 6c63e0d commit 2a1c320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/specs/smart.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ describe("authorization", () => {
scope : "patient/*.rs",
pkceMode : "required"
}, { ...MOCK_WELL_KNOWN_JSON, code_challenge_methods_supported: [] }),
"Required PKCE code challenge method (`S256`) was not found."
/Required PKCE code challenge method \(`S256`\) was not found/
);
});

Expand All @@ -562,7 +562,7 @@ describe("authorization", () => {
scope : "patient/*.rs",
pkceMode : "required"
}, null),
"Required PKCE code challenge method (`S256`) was not found."
/Required PKCE code challenge method \(`S256`\) was not found/
);
});

Expand Down

0 comments on commit 2a1c320

Please sign in to comment.