Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
faec committed Jun 6, 2024
1 parent d7848fe commit bb4b14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/tests/integration/ca_pinning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ output.elasticsearch:
mockbeat.WriteConfigFile(fmt.Sprintf(cfg, esURL.String(), caPath))
mockbeat.Start()
mockbeat.WaitForLogs("mockbeat start running.", 60*time.Second)
mockbeat.WaitForLogs("doBulkRequest: 1 events have been sent"", 60*time.Second)
mockbeat.WaitForLogs("doBulkRequest: 1 events have been sent", 60*time.Second)
}

func TestCAPinningBadSHA(t *testing.T) {
Expand Down

0 comments on commit bb4b14d

Please sign in to comment.