Skip to content

Commit

Permalink
test(report-get): rebase fix test compile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Aug 3, 2021
1 parent 82d5f00 commit da535f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -192,7 +192,7 @@ void shouldRespond404IfTargetNotFound() throws Exception {

@Test
void shouldRespond404IfRecordingNotFound() throws Exception {
when(authManager.validateHttpHeader(Mockito.any()))
when(authManager.validateHttpHeader(Mockito.any(), Mockito.any()))
.thenReturn(CompletableFuture.completedFuture(true));

RoutingContext ctx = mock(RoutingContext.class);
Expand Down

0 comments on commit da535f3

Please sign in to comment.