Skip to content

Commit

Permalink
Update depending methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Dec 18, 2024
1 parent 6969ed0 commit be20566
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void testUpdateUserDefinedLocalAuthenticator() throws JsonProcessingExcep
AUTHENTICATOR_CONFIG_API_BASE_PATH + customIdPId, tenant)));
}

@Test(dependsOnMethods = {"testUpdateUserDefinedLocalAuthenticator"})
@Test(dependsOnMethods = {"testValidateCustomTagInGetMetaTags", "testUpdateUserDefinedLocalAuthenticator"})
public void testDeleteUserDefinedLocalAuthenticator() throws JsonProcessingException {

Response response = getResponseOfDelete(AUTHENTICATOR_CUSTOM_API_BASE_PATH + PATH_SEPARATOR
Expand All @@ -245,7 +245,7 @@ public void testDeleteUserDefinedLocalAuthenticator() throws JsonProcessingExcep
.statusCode(HttpStatus.SC_NO_CONTENT);
}

@Test(dependsOnMethods = {"testUpdateUserDefinedLocalAuthenticator"})
@Test(dependsOnMethods = {"testDeleteUserDefinedLocalAuthenticator"})
public void testDeleteNonExistingUserDefinedLocalAuthenticator() throws JsonProcessingException {

Response response = getResponseOfDelete(AUTHENTICATOR_CUSTOM_API_BASE_PATH + PATH_SEPARATOR
Expand Down

0 comments on commit be20566

Please sign in to comment.