Skip to content

Commit

Permalink
Fix integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Jan 21, 2025
1 parent 9919958 commit 5a41a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public void init() throws IOException {

super.testInit(API_VERSION, swaggerDefinition, tenant);
idpCreatePayload = readResource("add-idp-with-custom-fed-auth.json");
createUserDefinedLocalAuthenticator();
}

@AfterClass(alwaysRun = true)
Expand Down Expand Up @@ -247,6 +246,7 @@ public void testAddIdPWithUserDefinedAuthenticatorWhenEndpointUriIsEmpty() throw
@Test
public void testAddIdPWithUserDefinedAuthenticatorWithExistingAuthName() throws IOException {

createUserDefinedLocalAuthenticator();
UserDefinedAuthenticatorPayload userDefAuthPayload = createUserDefinedAuthenticatorPayload(
CONFLICTING_AUTH_NAME,
"https://abc.com/authenticate",
Expand Down

0 comments on commit 5a41a98

Please sign in to comment.