Skip to content

Commit

Permalink
Fix integ-test failure (#1022)
Browse files Browse the repository at this point in the history
Signed-off-by: Rupal Mahajan <[email protected]>
(cherry picked from commit c2fb2da)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 29, 2024
1 parent e51d5de commit 97ae63c
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 97ae63c

Please sign in to comment.