Skip to content

Commit

Permalink
chore: fix missed envtest type rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Aug 2, 2024
1 parent 77069ae commit 29c5926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/envtest/crds_envtest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func TestNoKongCRDsInstalledIsFatal(t *testing.T) {

// Reducing the cache sync timeout to speed up the test.
cfg.CacheSyncTimeout = time.Millisecond * 500
err := manager.Run(ctx, &cfg, diagnostics.ConfigDumpDiagnostic{}, logger)
err := manager.Run(ctx, &cfg, diagnostics.ClientDiagnostic{}, logger)
require.ErrorContains(t, err, "timed out waiting for cache to be synced")
}

Expand Down

0 comments on commit 29c5926

Please sign in to comment.