From 00840929ea9133cfb5bd809c998bb940055c8afe Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Mon, 25 Sep 2017 18:06:49 -0500 Subject: [PATCH] Fix import order --- api/agent_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api/agent_test.go b/api/agent_test.go index e5eecb11c6..d1f48cfee3 100644 --- a/api/agent_test.go +++ b/api/agent_test.go @@ -3,13 +3,12 @@ package api import ( "fmt" "io/ioutil" + "os" + "path/filepath" "strings" "testing" "time" - "os" - "path/filepath" - "github.com/hashicorp/consul/testutil" "github.com/hashicorp/serf/serf" )