Skip to content

Commit

Permalink
test: fix compilation after merge (#5218)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlt committed May 28, 2020
1 parent 36673fd commit ed15f15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/api/workflow_run_test.go
Expand Up @@ -1663,8 +1663,7 @@ func Test_postWorkflowRunHandlerHookWithMutex(t *testing.T) {
}

func Test_postWorkflowRunHandlerMutexRelease(t *testing.T) {
api, db, router, end := newTestAPI(t)
defer end()
api, db, router := newTestAPI(t)

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

Expand Down

0 comments on commit ed15f15

Please sign in to comment.