Skip to content

Commit

Permalink
clarify test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoran committed Sep 20, 2024
1 parent 625d5c3 commit 03aa3d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/vaultstaticsecret_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@ func TestVaultStaticSecret(t *testing.T) {
}

if expectInitial && obj.Spec.SyncConfig != nil && obj.Spec.SyncConfig.InstantUpdates {
// Ensure the event watcher has started so that subsequent updates
// Ensure the (Vault) event watcher has started by waiting for the
// EventWatcherStarted k8s event so that subsequent Vault updates
// are detected and synced.
assert.NoError(t, backoff.Retry(func() error {
objEvents := corev1.EventList{}
Expand Down

0 comments on commit 03aa3d3

Please sign in to comment.