Skip to content

Commit

Permalink
test: fixed jumpcloud regex test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Jul 28, 2023
1 parent 4777c13 commit 0c02dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe("AwsSamlAssertionExtractionService", () => {
/* Tests for keycloak Identity Providers */
expect(service.isAuthenticationUrl(CloudProviderType.aws, "https://XX/auth/realms/XX/protocol/saml/clients/XX")).toBe(true);

expect(service.isAuthenticationUrl(CloudProviderType.aws, "https://sso.jumpcloud.com/saml2/aws")).toBe(true);
expect(service.isAuthenticationUrl(CloudProviderType.aws, "https://console.jumpcloud.com/login.mocked-suffix")).toBe(true);
});

test("isSamlAssertionUrl", () => {
Expand Down

0 comments on commit 0c02dae

Please sign in to comment.