Skip to content

Commit ad57230

Browse files
Merge pull request #1235 from DavidHurta/finalize-ote-integration-rename-test
OTA-1585: test: Rename an existing test to comply with the OTE integration guide
2 parents b21fbd2 + cfab71d commit ad57230

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": "[cvo-testing] 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("[cvo-testing] 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)