diff --git a/.openshift-tests-extension/openshift_payload_cluster-version-operator.json b/.openshift-tests-extension/openshift_payload_cluster-version-operator.json index 25319f61b..1b14e7c2e 100644 --- a/.openshift-tests-extension/openshift_payload_cluster-version-operator.json +++ b/.openshift-tests-extension/openshift_payload_cluster-version-operator.json @@ -1,6 +1,6 @@ [ { - "name": "[cvo-testing] cluster-version-operator-tests should support passing tests", + "name": "[Jira:Cluster Version Operator] cluster-version-operator-tests should support passing tests", "labels": {}, "resources": { "isolation": {} diff --git a/test/cvo/cvo.go b/test/cvo/cvo.go index 8f59a0cab..cd2709a1d 100644 --- a/test/cvo/cvo.go +++ b/test/cvo/cvo.go @@ -5,7 +5,7 @@ import ( . "github.com/onsi/gomega" ) -var _ = Describe("[cvo-testing] cluster-version-operator-tests", func() { +var _ = Describe("[Jira:Cluster Version Operator] cluster-version-operator-tests", func() { It("should support passing tests", func() { Expect(true).To(BeTrue()) })