Skip to content

Commit

Permalink
Fix integ-test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Rupal Mahajan <maharup@amazon.com>
  • Loading branch information
rupal-bq committed Jul 26, 2024
1 parent 11ed7b6 commit e7a42b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class OnDemandReportGenerationIT : PluginRestTestCase() {
validateTimeNearRefTime(
Instant.ofEpochMilli(reportInstance.get("beginTimeMs").asLong),
Instant.now().minus(Duration.parse(reportDefinition.get("format").asJsonObject.get("duration").asString)),
1
3
)
Assert.assertEquals(
reportInstance.get("tenant").asString,
Expand Down

0 comments on commit e7a42b5

Please sign in to comment.