Skip to content

Commit 33f6c25

Browse files
committed
test: Add quotation marks to sanity test's component name
The CVO jira component contains spaces in its name. Add apostrophes to make the component name more robust. Both options (with and without quotation marks) can be seen in OpenShift repositories. This is done due to functionality concerns to be rather on the safer side. Renaming tests should not be done without a proper setup, as this can lose a test's history. However, this test was never executed, and it acts as a signal of the OTE integration.
1 parent 8529b7d commit 33f6c25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cvo/cvo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
. "github.com/onsi/gomega"
66
)
77

8-
var _ = Describe("[Jira:Cluster Version Operator] cluster-version-operator-tests", func() {
8+
var _ = Describe(`[Jira:"Cluster Version Operator"] cluster-version-operator-tests`, func() {
99
It("should support passing tests", func() {
1010
Expect(true).To(BeTrue())
1111
})

0 commit comments

Comments
 (0)