diff --git a/command/agent/http_test.go b/command/agent/http_test.go index 2bfafe25a24..196564bcba3 100644 --- a/command/agent/http_test.go +++ b/command/agent/http_test.go @@ -7,7 +7,6 @@ import ( "encoding/json" "errors" "fmt" - "github.com/shoenig/test/must" "io" "io/ioutil" "net" @@ -30,6 +29,7 @@ import ( "github.com/hashicorp/nomad/nomad/structs" "github.com/hashicorp/nomad/nomad/structs/config" "github.com/hashicorp/nomad/testutil" + "github.com/shoenig/test/must" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" )