@@ -48,7 +48,7 @@ var _ = Describe("GRC: [P1][Sev1][policy-grc] Test install Operator",
48
48
49
49
_ , err = common .OcManaged (
50
50
"delete" ,
51
- "subscription" ,
51
+ "subscription.operators.coreos.com " ,
52
52
subName ,
53
53
"-n" ,
54
54
testNS + noGroupSuffix ,
@@ -60,17 +60,16 @@ var _ = Describe("GRC: [P1][Sev1][policy-grc] Test install Operator",
60
60
"delete" ,
61
61
"operatorgroup" ,
62
62
dynamicOpGroupName ,
63
- "-n" ,
64
- testNS + noGroupSuffix ,
63
+ "-n" , testNS + noGroupSuffix ,
65
64
"--ignore-not-found=true" ,
66
65
)
67
66
Expect (err ).ToNot (HaveOccurred ())
68
67
69
68
_ , err = common .OcManaged (
70
69
"delete" ,
71
70
"clusterserviceversion" ,
72
- csvName , "-n" ,
73
- testNS + noGroupSuffix ,
71
+ csvName ,
72
+ "-n" , testNS + noGroupSuffix ,
74
73
"--ignore-not-found=true" ,
75
74
)
76
75
Expect (err ).ToNot (HaveOccurred ())
@@ -249,10 +248,9 @@ var _ = Describe("GRC: [P1][Sev1][policy-grc] Test install Operator",
249
248
250
249
_ , err = common .OcManaged (
251
250
"delete" ,
252
- "subscription" ,
251
+ "subscription.operators.coreos.com " ,
253
252
"quay-operator" ,
254
- "-n" ,
255
- testNS + withGroupSuffix ,
253
+ "-n" , testNS + withGroupSuffix ,
256
254
"--ignore-not-found=true" ,
257
255
)
258
256
Expect (err ).ToNot (HaveOccurred ())
@@ -261,8 +259,7 @@ var _ = Describe("GRC: [P1][Sev1][policy-grc] Test install Operator",
261
259
"delete" ,
262
260
"operatorgroup" ,
263
261
opGroupName + withGroupSuffix ,
264
- "-n" ,
265
- testNS + withGroupSuffix ,
262
+ "-n" , testNS + withGroupSuffix ,
266
263
"--ignore-not-found=true" ,
267
264
)
268
265
Expect (err ).ToNot (HaveOccurred ())
0 commit comments