diff --git a/tests/quickstarter/steps.go b/tests/quickstarter/steps.go index ae441cd81..8b809105b 100644 --- a/tests/quickstarter/steps.go +++ b/tests/quickstarter/steps.go @@ -115,8 +115,9 @@ type TestStepVerify struct { // TemplateData holds template parameters. Those will be applied to all // values defined in the steps, as they are treated as Go templates. // For example, Jenkins run attachments can be defined like this: -// runAttachments: -// - SCRR-{{.ProjectID}}-{{.ComponentID}}.docx, and then the +// +// runAttachments: +// - SCRR-{{.ProjectID}}-{{.ComponentID}}.docx, and then the type TemplateData struct { // Project ID (the prefix of the *-cd, *-dev and *-test namespaces). ProjectID string