Skip to content

Commit

Permalink
IWF-472: Undo committed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel27m committed Jan 27, 2025
1 parent cceb64e commit 693dc3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions integ/locking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,8 @@ func doTestLockingWorkflow(t *testing.T, backendType service.BackendType, config
//reset here with reapply and compare counter
resetReq := apiClient.DefaultApi.ApiV1WorkflowResetPost(context.Background())
_, httpResp, err = resetReq.WorkflowResetRequest(iwfidl.WorkflowResetRequest{
WorkflowId: wfId,
ResetType: iwfidl.BEGINNING,
SkipSignalReapply: ptr.Any(false),
WorkflowId: wfId,
ResetType: iwfidl.BEGINNING,
}).Execute()
failTestAtHttpError(err, httpResp, t)

Expand Down

0 comments on commit 693dc3b

Please sign in to comment.