Skip to content

Commit

Permalink
patch broken TestListBatchJobs unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-lindgren committed Nov 26, 2024
1 parent c575fe8 commit 127edea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cli/workflow_batch_commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,11 @@ func TestListBatchJobs(t *testing.T) {
expectedOutput: []map[string]string{
{
"jobID": "example-workflow-1",
"startTime": "1970-01-01T00:00:01Z",
"startTime": "1970-01-01T01:00:01+01:00",
"reason": "Testing reason",
"operator": "test-operator",
"status": "COMPLETED",
"closeTime": "1970-01-01T00:00:00Z",
"closeTime": "1970-01-01T01:00:00+01:00",
},
},
},
Expand Down

0 comments on commit 127edea

Please sign in to comment.