summaryrefslogtreecommitdiff
path: root/service/http/config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/http/config_test.go')
-rw-r--r--service/http/config_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/service/http/config_test.go b/service/http/config_test.go
index b806b79b..44c58f35 100644
--- a/service/http/config_test.go
+++ b/service/http/config_test.go
@@ -1,10 +1,10 @@
package http
import (
- "testing"
- "os"
- "github.com/stretchr/testify/assert"
"github.com/spiral/roadrunner"
+ "github.com/stretchr/testify/assert"
+ "os"
+ "testing"
"time"
)