Skip to content

Commit d39151c

Browse files
committed
Update testRun.context.tsx
1 parent bab8cd9 commit d39151c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/contexts/testRun.context.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ async function getTestRunList(dispatch: Dispatch, buildId: string) {
171171
}
172172

173173
async function deleteTestRun(dispatch: Dispatch, id: string) {
174-
dispatch({ type: "request" });
175-
176174
return testRunService.remove(id).then((testRun) => {
177175
dispatch({ type: "delete", payload: id });
178176
return testRun;

0 commit comments

Comments
 (0)