Skip to content

Commit

Permalink
Update test/e2e/nodelatencymonitor_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Antonin Bas <antonin.bas@gmail.com>
Signed-off-by: Rupam-It <mannarupam3@gmail.com>
  • Loading branch information
Rupam-It and antoninbas committed Sep 3, 2024
1 parent 639aa6b commit 09f8471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/nodelatencymonitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func TestNodeLatencyMonitor(t *testing.T) {
}
return true, nil
})
require.NoError(t, err, "Failed to retrieve initial NodeLatencyStats")
require.NoError(t, err, "Failed to validate initial NodeLatencyStats")

err = wait.PollImmediate(time.Second, 30*time.Second, func() (bool, error) {
statsList, err := data.crdClient.StatsV1alpha1().NodeLatencyStats().List(context.TODO(), metav1.ListOptions{})
Expand Down

0 comments on commit 09f8471

Please sign in to comment.