diff options
Diffstat (limited to 'service/headers/service_test.go')
-rw-r--r-- | service/headers/service_test.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/service/headers/service_test.go b/service/headers/service_test.go index a67def02..03a55d1e 100644 --- a/service/headers/service_test.go +++ b/service/headers/service_test.go @@ -1,6 +1,11 @@ package headers import ( + "io/ioutil" + "net/http" + "testing" + "time" + "github.com/cenkalti/backoff/v4" json "github.com/json-iterator/go" "github.com/sirupsen/logrus" @@ -8,10 +13,6 @@ import ( "github.com/spiral/roadrunner/service" rrhttp "github.com/spiral/roadrunner/service/http" "github.com/stretchr/testify/assert" - "io/ioutil" - "net/http" - "testing" - "time" ) type testCfg struct { |