Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
blva committed Mar 22, 2024
1 parent 38ca886 commit 1122757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/atlas/events_test.go
Expand Up @@ -54,7 +54,7 @@ func TestEvents(t *testing.T) {
orgEntity,
"list",
"--omitCount",
"--minDate="+time.Now().Add(-time.Hour*time.Duration(24)).Format("2006-01-02"),
"--minDate="+time.Now().Add(-time.Hour*time.Duration(24)).Format("2006-01-02T15:04:05-0700"),
"-o=json",
)

Expand Down

0 comments on commit 1122757

Please sign in to comment.