Skip to content

Commit

Permalink
fixup! support tags on integration tests ESS deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila committed Oct 6, 2023
1 parent 283ccf6 commit 3abba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testing/ess/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3abba04

Please sign in to comment.