From d981a96fe86feff4dec9caa0cf5b603e7dcd8648 Mon Sep 17 00:00:00 2001 From: Daniel Rammer Date: Wed, 20 Dec 2023 12:17:47 -0600 Subject: [PATCH] fixed unit tests Signed-off-by: Daniel Rammer --- flytepropeller/pkg/controller/nodes/cache_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/flytepropeller/pkg/controller/nodes/cache_test.go b/flytepropeller/pkg/controller/nodes/cache_test.go index b0c0a3a351..1f2c615af2 100644 --- a/flytepropeller/pkg/controller/nodes/cache_test.go +++ b/flytepropeller/pkg/controller/nodes/cache_test.go @@ -62,6 +62,7 @@ func setupCacheableNodeExecutionContext(dataStore *storage.DataStore, taskTempla mockExecutionContext := &executorsmocks.ExecutionContext{} mockExecutionContext.OnGetParentInfoMatch(mock.Anything).Return(mockParentInfo) + mockExecutionContext.OnGetExecutionConfigMatch().Return(v1alpha1.ExecutionConfig{}) mockNodeExecutionMetadata := &interfacesmocks.NodeExecutionMetadata{} mockNodeExecutionMetadata.OnGetOwnerID().Return(