@@ -126,7 +126,7 @@ func TestReconcile(t *testing.T) {
126
126
"failures" : int64 (0 ),
127
127
"ok" : int64 (0 ),
128
128
"skipped" : int64 (0 ),
129
- "completion" : eventTime .Format ("2006-01-02T15:04:05.99999999" ),
129
+ "completion" : eventTime .Format ("2006-01-02T15:04:05.99999999+00:00 " ),
130
130
},
131
131
"message" : "Awaiting next reconciliation" ,
132
132
"reason" : "Successful" ,
@@ -209,7 +209,7 @@ func TestReconcile(t *testing.T) {
209
209
"failures" : int64 (0 ),
210
210
"ok" : int64 (0 ),
211
211
"skipped" : int64 (0 ),
212
- "completion" : eventTime .Format ("2006-01-02T15:04:05.99999999" ),
212
+ "completion" : eventTime .Format ("2006-01-02T15:04:05.99999999+00:00 " ),
213
213
},
214
214
"message" : "new failure message" ,
215
215
"reason" : "Failed" ,
@@ -326,7 +326,7 @@ func TestReconcile(t *testing.T) {
326
326
"failures" : int64 (0 ),
327
327
"ok" : int64 (0 ),
328
328
"skipped" : int64 (0 ),
329
- "completion" : eventTime .Format ("2006-01-02T15:04:05.99999999" ),
329
+ "completion" : eventTime .Format ("2006-01-02T15:04:05.99999999+00:00 " ),
330
330
},
331
331
"message" : "Awaiting next reconciliation" ,
332
332
"reason" : "Successful" ,
@@ -383,7 +383,7 @@ func TestReconcile(t *testing.T) {
383
383
"failures" : int64 (0 ),
384
384
"ok" : int64 (0 ),
385
385
"skipped" : int64 (0 ),
386
- "completion" : eventTime .Format ("2006-01-02T15:04:05.99999999" ),
386
+ "completion" : eventTime .Format ("2006-01-02T15:04:05.99999999+00:00 " ),
387
387
},
388
388
"message" : "Awaiting next reconciliation" ,
389
389
"reason" : "Successful" ,
@@ -432,7 +432,7 @@ func TestReconcile(t *testing.T) {
432
432
"failures" : int64 (0 ),
433
433
"ok" : int64 (0 ),
434
434
"skipped" : int64 (0 ),
435
- "completion" : eventTime .Format ("2006-01-02T15:04:05.99999999" ),
435
+ "completion" : eventTime .Format ("2006-01-02T15:04:05.99999999+00:00 " ),
436
436
},
437
437
"message" : "Failed to get ansible-runner stdout" ,
438
438
},
0 commit comments