mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
e2e: goimports e2eutil/utils.go
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user