@@ -262,7 +262,7 @@ tests:
262
262
relatedObjects:
263
263
- name: periodic-job-xyz
264
264
resource: "pods"
265
- group: ""
265
+ group: "group "
266
266
namespace: "openshift-insights"
267
267
updated : |
268
268
apiVersion: insights.openshift.io/v1
@@ -273,7 +273,7 @@ tests:
273
273
relatedObjects:
274
274
- name: periodic-job-xyz
275
275
resource: "pods"
276
- group: ""
276
+ group: "group "
277
277
namespace: "openshift-insights"
278
278
expected : |
279
279
apiVersion: insights.openshift.io/v1
@@ -283,7 +283,7 @@ tests:
283
283
insightsRequestID: testing-xyz
284
284
relatedObjects:
285
285
- name: periodic-job-xyz
286
- group: ""
286
+ group: "group "
287
287
resource: "pods"
288
288
namespace: "openshift-insights"
289
289
- name : insightsRequestID cannot be removed from status
@@ -295,7 +295,7 @@ tests:
295
295
insightsRequestID: testing-xyz
296
296
relatedObjects:
297
297
- name: periodic-job-xyz
298
- group: ""
298
+ group: "group "
299
299
resource: "pods"
300
300
namespace: "openshift-insights"
301
301
updated : |
@@ -305,7 +305,7 @@ tests:
305
305
status:
306
306
relatedObjects:
307
307
- name: periodic-job-xyz
308
- group: ""
308
+ group: "group "
309
309
resource: "pods"
310
310
namespace: "openshift-insights"
311
311
expectedStatusError : ' status: Invalid value: "object": cannot remove insightsRequestID attribute from status'
@@ -318,7 +318,7 @@ tests:
318
318
insightsRequestID: testing-xyz
319
319
relatedObjects:
320
320
- name: periodic-job-xyz
321
- group: ""
321
+ group: "group "
322
322
resource: "pods"
323
323
namespace: "openshift-insights"
324
324
updated : |
@@ -329,7 +329,7 @@ tests:
329
329
insightsRequestID: testing-xyz-updated
330
330
relatedObjects:
331
331
- name: periodic-job-xyz
332
- group: ""
332
+ group: "group "
333
333
resource: "pods"
334
334
namespace: "openshift-insights"
335
335
expectedStatusError : ' Invalid value: "string": insightsRequestID is immutable once set'
@@ -342,7 +342,7 @@ tests:
342
342
finishTime: 2023-03-13T11:34:06Z
343
343
relatedObjects:
344
344
- name: periodic-job-xyz
345
- group: ""
345
+ group: "group "
346
346
resource: "pods"
347
347
namespace: "openshift-insights"
348
348
updated : |
@@ -352,7 +352,7 @@ tests:
352
352
status:
353
353
relatedObjects:
354
354
- name: periodic-job-xyz
355
- group: ""
355
+ group: "group "
356
356
resource: "pods"
357
357
namespace: "openshift-insights"
358
358
expectedStatusError : ' status: Invalid value: "object": cannot remove finishTime attribute from status'
0 commit comments