Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-coppola committed Oct 4, 2023
1 parent 20c9e07 commit 199cb80
Showing 1 changed file with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,33 +168,6 @@ private static void givenIdentityService() {
when(identityServiceMock.getUserConfig()).thenReturn(userConfigs);
}

// @Test
// public void shouldRethrowWebApplicationExceptionOnReloadSecurityPolicyFingerprint() throws KuraException {
// givenFailingIdentityService();
//
// whenRequestIsPerformed(new MethodSpec(METHOD_SPEC_POST), "/security-policy-fingerprint/reload");
//
// thenResponseCodeIs(Status.INTERNAL_SERVER_ERROR.getStatusCode());
// }
//
// @Test
// public void shouldRethrowWebApplicationExceptionOnReloadCommandLineFingerprint() throws KuraException {
// givenFailingIdentityService();
//
// whenRequestIsPerformed(new MethodSpec(METHOD_SPEC_POST), "/command-line-fingerprint/reload");
//
// thenResponseCodeIs(Status.INTERNAL_SERVER_ERROR.getStatusCode());
// }
//
// @Test
// public void shouldRethrowWebApplicationExceptionOnGetDebugStatus() throws KuraException {
// givenFailingIdentityService();
//
// whenRequestIsPerformed(new MethodSpec(METHOD_SPEC_GET), "/debug-enabled");
//
// thenResponseCodeIs(Status.INTERNAL_SERVER_ERROR.getStatusCode());
// }

@BeforeClass
public static void setUp() throws Exception {
createIdentityServiceMock();
Expand Down

0 comments on commit 199cb80

Please sign in to comment.