Skip to content

Commit ed15f15

Browse files
authored
test: fix compilation after merge (#5218)
1 parent 36673fd commit ed15f15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

engine/api/workflow_run_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -1663,8 +1663,7 @@ func Test_postWorkflowRunHandlerHookWithMutex(t *testing.T) {
16631663
}
16641664

16651665
func Test_postWorkflowRunHandlerMutexRelease(t *testing.T) {
1666-
api, db, router, end := newTestAPI(t)
1667-
defer end()
1666+
api, db, router := newTestAPI(t)
16681667

16691668
u, jwt := assets.InsertAdminUser(t, api.mustDB())
16701669

0 commit comments

Comments
 (0)