From 29c5926f02e96ea8fab4469165524fd1131eac75 Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:24:41 -0700 Subject: [PATCH] chore: fix missed envtest type rename --- test/envtest/crds_envtest_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/envtest/crds_envtest_test.go b/test/envtest/crds_envtest_test.go index 70ef403e68..dbbe37c915 100644 --- a/test/envtest/crds_envtest_test.go +++ b/test/envtest/crds_envtest_test.go @@ -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") }