diff --git a/api/runner/async_runner_test.go b/api/runner/async_runner_test.go index 99d972b03..8441413d1 100644 --- a/api/runner/async_runner_test.go +++ b/api/runner/async_runner_test.go @@ -1,7 +1,6 @@ package runner import ( - "context" "encoding/json" "fmt" "io/ioutil" @@ -14,6 +13,7 @@ import ( "github.com/gin-gonic/gin" "github.com/iron-io/functions/api/models" "github.com/iron-io/functions/api/mqs" + "golang.org/x/net/context" ) func getMockTask() models.Task {