Skip to content

Commit

Permalink
minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gailazar300 committed Apr 7, 2024
1 parent 184a565 commit 696433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ func validateAnalyticsBasicEvent(t *testing.T, output string) {
// Event creation and addition information.
assert.Equal(t, "cli", event.Product)
assert.Equal(t, 1, event.EventType)
assert.NotEmpty(t, event.EventStatus)
assert.NotEmpty(t, event.AnalyzerManagerVersion)
assert.NotEmpty(t, event.EventStatus)
// The information that was added after updating the event with the scan's results.
assert.NotEmpty(t, event.TotalScanDuration)
assert.True(t, event.TotalFindings > 0)
Expand Down

0 comments on commit 696433f

Please sign in to comment.