From cbc1b06455d48e038300f0661b96f03ed574e7a7 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Thu, 20 Jun 2024 14:37:54 -0700 Subject: [PATCH] Fix test Signed-off-by: Eduardo Apolinario --- .../go/tasks/pluginmachinery/flytek8s/container_helper_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flyteplugins/go/tasks/pluginmachinery/flytek8s/container_helper_test.go b/flyteplugins/go/tasks/pluginmachinery/flytek8s/container_helper_test.go index 6b553752bd..4e609c72b2 100644 --- a/flyteplugins/go/tasks/pluginmachinery/flytek8s/container_helper_test.go +++ b/flyteplugins/go/tasks/pluginmachinery/flytek8s/container_helper_test.go @@ -725,7 +725,7 @@ func TestAddFlyteCustomizationsToContainer_ValidateEnvFrom(t *testing.T) { }, } - err := AddFlyteCustomizationsToContainer(context.TODO(), getTemplateParametersForTest(nil, nil), ResourceCustomizationModeEnsureExistingResourcesInRange, container) + err := AddFlyteCustomizationsToContainer(context.TODO(), getTemplateParametersForTest(nil, nil, false, ""), ResourceCustomizationModeEnsureExistingResourcesInRange, container) assert.NoError(t, err) assert.Len(t, container.EnvFrom, 2)