Skip to content

Commit

Permalink
test: refactor relevant unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
İdil Zeynep Alemdar committed Jan 12, 2025
1 parent cfec0f7 commit abc6ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void givenUnsupportedHttpMethod_whenThrowHttpRequestMethodNotSupportedException_

// When
AysErrorResponse mockErrorResponse = AysErrorResponse.builder()
.header(AysErrorResponse.Header.VALIDATION_ERROR.getName())
.header(AysErrorResponse.Header.API_ERROR.getName())
.build();

// Then
Expand Down

0 comments on commit abc6ee5

Please sign in to comment.