From 8a04f9dda7ef7857d018c637a2728645a285d703 Mon Sep 17 00:00:00 2001 From: domenicsim1 Date: Tue, 15 Oct 2024 14:42:08 +1100 Subject: [PATCH] fix test bug --- octopusdeploy_framework/resource_step_template_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octopusdeploy_framework/resource_step_template_test.go b/octopusdeploy_framework/resource_step_template_test.go index 37f6f742..34c0a82e 100644 --- a/octopusdeploy_framework/resource_step_template_test.go +++ b/octopusdeploy_framework/resource_step_template_test.go @@ -90,7 +90,7 @@ func TestAccOctopusStepTemplateBasic(t *testing.T) { }, }, properties: map[string]string{ - "Octopus.Action.Script.ScriptBody": "echo \"Hello World\"", + "Octopus.Action.Script.ScriptBody": "echo 'Hello World'", "Octopus.Action.Script.ScriptSource": "Inline", "Octopus.Action.Script.Syntax": "Bash", },