Skip to content

Commit

Permalink
Fixed styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
And1sS committed Oct 7, 2024
1 parent 5263281 commit 6e696b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void testAuthorization() {
given(apiConfig.isCacheWriteSecured()).willReturn(true);
given(apiConfig.getApiKey()).willReturn("api-key");

var handler = new PostCacheHandler(
final var handler = new PostCacheHandler(
repository,
cacheConfig,
metricsRecorder,
Expand All @@ -255,7 +255,7 @@ void testAuthorization() {
samplingRate,
apiConfig);

var request = MockServerRequest.builder()
final var request = MockServerRequest.builder()
.method(HttpMethod.POST)
.build();

Expand Down

0 comments on commit 6e696b4

Please sign in to comment.