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.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/http/config_test.go b/service/http/config_test.go
index 86622cdf..2e3fe731 100644
--- a/service/http/config_test.go
+++ b/service/http/config_test.go
@@ -1,13 +1,13 @@
package http
import (
+ "encoding/json"
"github.com/spiral/roadrunner"
+ "github.com/spiral/roadrunner/service"
"github.com/stretchr/testify/assert"
"os"
"testing"
"time"
- "github.com/spiral/roadrunner/service"
- "encoding/json"
)
type mockCfg struct{ cfg string }