Skip to content

Commit

Permalink
[TOS-943] Getting failed to initiate executions error
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-testsigma committed Dec 24, 2022
1 parent d12e844 commit bb2d640
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,6 @@ public TestCase copy(TestCaseCopyRequest testCaseRequest) throws TestsigmaExcept
testCase.setName(testCaseRequest.getName());
testCase.setCreatedDate(new Timestamp(Calendar.getInstance().getTimeInMillis()));
testCase.setLastRunId(null);
if (testCaseRequest.getIsStepGroup()) {
testCase.setTestDataStartIndex(null);
testCase.setTestDataId(null);
testCase.setIsDataDriven(false);
}
testCase.setIsStepGroup(testCaseRequest.getIsStepGroup());
testCase.setCopiedFrom(parentCase.getId());
testCase.setPreRequisiteCase(null);
Expand Down

0 comments on commit bb2d640

Please sign in to comment.