Skip to content

Commit 2bdb702

Browse files
perdasilvaPer Goncalves da Silva
andauthored
Fix up single-ownnamespace e2es (#2472)
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
1 parent 492c7e5 commit 2bdb702

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/e2e/features/install.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Feature: Install ClusterExtension
323323
matchLabels:
324324
"olm.operatorframework.io/metadata.name": test-catalog
325325
"""
326-
Then ClusterExtension reports Progressing as True with Reason Retrying and Message includes:
326+
Then ClusterExtension reports Progressing as False with Reason InvalidConfiguration and Message includes:
327327
"""
328328
invalid ClusterExtension configuration: invalid configuration: field "watchNamespace" must match pattern
329329
"""
@@ -354,7 +354,7 @@ Feature: Install ClusterExtension
354354
matchLabels:
355355
"olm.operatorframework.io/metadata.name": test-catalog
356356
"""
357-
Then ClusterExtension reports Progressing as True with Reason Retrying and Message includes:
357+
Then ClusterExtension reports Progressing as False with Reason InvalidConfiguration and Message includes:
358358
"""
359359
invalid ClusterExtension configuration: invalid configuration: unknown field "watchNamespace"
360360
"""

0 commit comments

Comments
 (0)