Skip to content

Commit e3ba184

Browse files
Merge pull request #1261 from DavidHurta/make-cvo-jira-component-more-robust
OTA-1585: test: Add quotation marks to the sanity test's component name
2 parents bc7e9fd + 8503766 commit e3ba184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.openshift-tests-extension/openshift_payload_cluster-version-operator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"name": "[Jira:Cluster Version Operator] cluster-version-operator-tests should support passing tests",
3+
"name": "[Jira:\"Cluster Version Operator\"] cluster-version-operator-tests should support passing tests",
44
"labels": {},
55
"resources": {
66
"isolation": {}

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)