Skip to content

Commit

Permalink
fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicsim1 committed Oct 15, 2024
1 parent ef38d6b commit 8a04f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy_framework/resource_step_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 8a04f9d

Please sign in to comment.