From 176bb4b382d7da4b26a6287a5edd4e2bd603b1c3 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Wed, 4 Sep 2024 15:57:04 +0200 Subject: [PATCH] fix test --- bundle/config/root_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle/config/root_test.go b/bundle/config/root_test.go index c95e6e86c..b40a5f2b7 100644 --- a/bundle/config/root_test.go +++ b/bundle/config/root_test.go @@ -139,12 +139,12 @@ func TestRootMergeTargetOverridesWithVariables(t *testing.T) { }, Targets: map[string]*Target{ "development": { - Variables: map[string]*variable.Variable{ - "foo": { + Variables: map[string]any{ + "foo": variable.Variable{ Default: "bar", Description: "wrong", }, - "complex": { + "complex": variable.Variable{ Type: "wrong", Description: "wrong", Default: map[string]interface{}{