Skip to content

Commit

Permalink
fux: add to mock
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Jul 10, 2024
1 parent 235dfb7 commit e751657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/testworkflows/testworkflowexecutor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ func (e *executor) Execute(ctx context.Context, workflow testworkflowsv1.TestWor
"name": executionName,
"number": number,
"scheduledAt": now.UTC().Format(constants.RFC3339Millis),
"parentIds": strings.Join(request.ParentExecutionIds, "/"),
})

// Process the TestWorkflow
Expand Down

0 comments on commit e751657

Please sign in to comment.