Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Soto committed Sep 10, 2024
1 parent fcac6f9 commit 6e30645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void getDataTableEntity() throws Exception {
when(entitiesApi.getEntity(any(), any(), any(), any(), any(), any()))
.thenReturn(expectedResponse);

rawlsService = spy(new RawlsService(rawlsClient, template));
rawlsService = spy(new RawlsService(rawlsClient, template, objectMapper));

doReturn(entitiesApi).when(rawlsClient).getEntitiesApi(any());

Expand Down

0 comments on commit 6e30645

Please sign in to comment.