e2e: goimports e2eutil/utils.go

This commit is contained in:
Danielle Tomlinson
2019-01-03 13:31:49 +01:00
parent 5dadb6cc7e
commit 002f19085a

View File

@@ -1,6 +1,9 @@
package e2eutil
import (
"testing"
"time"
"github.com/hashicorp/nomad/api"
"github.com/hashicorp/nomad/e2e/framework"
"github.com/hashicorp/nomad/helper"
@@ -9,8 +12,6 @@ import (
"github.com/hashicorp/nomad/testutil"
. "github.com/onsi/gomega"
"github.com/stretchr/testify/require"
"testing"
"time"
)
// retries is used to control how many times to retry checking if the cluster has a leader yet