From 97572b0719addc391a6b094ae20a66f4d2fa4a07 Mon Sep 17 00:00:00 2001 From: everettraven Date: Tue, 14 May 2024 14:51:29 -0400 Subject: [PATCH] fix unit test failure Signed-off-by: everettraven --- api/core/v1alpha1/clustercatalog_types_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/v1alpha1/clustercatalog_types_test.go b/api/core/v1alpha1/clustercatalog_types_test.go index cca4a415..1aaaf459 100644 --- a/api/core/v1alpha1/clustercatalog_types_test.go +++ b/api/core/v1alpha1/clustercatalog_types_test.go @@ -20,7 +20,7 @@ import ( ) func TestPollIntervalCELValidationRules(t *testing.T) { - validators := fieldValidatorsFromFile(t, "../../../config/crd/bases/catalogd.operatorframework.io_clustercatalogs.yaml") + validators := fieldValidatorsFromFile(t, "../../../config/base/crd/bases/catalogd.operatorframework.io_clustercatalogs.yaml") pth := "openAPIV3Schema.properties.spec" validator, found := validators["v1alpha1"][pth] assert.True(t, found)