Skip to content

Commit

Permalink
INTYGFV-16633: Corrected spelling in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sklintyg-jenkins committed Aug 30, 2024
1 parent 2ee6596 commit 2e2492f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void shallThrowWebcertServiceExceptionForAuthorizationProblemIfStatusCode403From
}

@Test
void shallRethowExceptionIfNotStatusCode403FromCS() {
void shallRethrowExceptionIfNotStatusCode403FromCS() {
doReturn(true).when(csIntegrationService).certificateExists(CERTIFICATE_ID);
doThrow(new HttpClientErrorException(HttpStatus.INTERNAL_SERVER_ERROR)).when(csIntegrationRequestFactory).getCertificateRequest();

Expand Down

0 comments on commit 2e2492f

Please sign in to comment.