Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from pagopa/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
galales authored Aug 4, 2023
2 parents 5c31c8d + a21865d commit 8ab45b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void testgetEserviceTelemetryData_whenEserviceExist_thenTelemetryDataAreReturned
.andReturn().getResponse();

assertEquals(response.getStatus(), HttpStatus.OK.value());
assertTrue(response.getContentAsString().contains("values"));
assertTrue(response.getContentAsString().contains("performances"));
}

@Test
Expand All @@ -90,7 +90,7 @@ void testgetEserviceFilteredTelemetryData_whenEserviceExist_thenFilteredTelemetr
.andReturn().getResponse();

assertEquals(response.getStatus(), HttpStatus.OK.value());
assertTrue(response.getContentAsString().contains("values"));
assertTrue(response.getContentAsString().contains("performances"));
}

private LinkedMultiValueMap<String, String> getMockRequestParamsTelemetryData(
Expand Down

0 comments on commit 8ab45b1

Please sign in to comment.