From 3abba04ad67ebc5aa329e0cc8dcc48df7cf26b55 Mon Sep 17 00:00:00 2001 From: Paolo Chila Date: Fri, 6 Oct 2023 17:13:15 +0200 Subject: [PATCH] fixup! support tags on integration tests ESS deployments --- pkg/testing/ess/deployment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/testing/ess/deployment.go b/pkg/testing/ess/deployment.go index 2295383c631..a79f8cb58cb 100644 --- a/pkg/testing/ess/deployment.go +++ b/pkg/testing/ess/deployment.go @@ -351,7 +351,7 @@ func jsonMarshal(in any) (string, error) { return "", err } - return fmt.Sprintf("%s", jsonBytes), nil + return string(jsonBytes), nil } func createDeploymentTemplateContext(csp string, req CreateDeploymentRequest) (map[string]any, error) {