From 1542614f3c7324af3ccc4e7de9ef58e57ae5449f Mon Sep 17 00:00:00 2001 From: Universe Ops Date: Tue, 20 Jan 2026 16:02:56 +0300 Subject: [PATCH] minor test fix --- pkg/api/tests/refapp_aws.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkg/api/tests/refapp_aws.go b/pkg/api/tests/refapp_aws.go index 60010f02..6fa2b42b 100644 --- a/pkg/api/tests/refapp_aws.go +++ b/pkg/api/tests/refapp_aws.go @@ -198,8 +198,9 @@ func ResolvedRefappAwsLambdaClientDescriptor() *api.ClientDescriptor { Env: map[string]string{ "ENV": "staging", }, - Secrets: map[string]string{}, - Uses: []string{}, + Secrets: map[string]string{}, + Uses: []string{}, + Dependencies: []api.StackConfigDependencyResource{}, }, }, } @@ -216,8 +217,9 @@ func ResolvedRefappAwsLambdaClientDescriptor() *api.ClientDescriptor { Env: map[string]string{ "ENV": "prod", }, - Secrets: map[string]string{}, - Uses: []string{}, + Secrets: map[string]string{}, + Uses: []string{}, + Dependencies: []api.StackConfigDependencyResource{}, }, }, }