summaryrefslogtreecommitdiff
path: root/service/health
diff options
context:
space:
mode:
Diffstat (limited to 'service/health')
-rw-r--r--service/health/config_test.go2
-rw-r--r--service/health/service_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/service/health/config_test.go b/service/health/config_test.go
index 9068f2ca..0b4af817 100644
--- a/service/health/config_test.go
+++ b/service/health/config_test.go
@@ -1,7 +1,7 @@
package health
import (
- "encoding/json"
+ json "github.com/json-iterator/go"
"testing"
"github.com/spiral/roadrunner/service"
diff --git a/service/health/service_test.go b/service/health/service_test.go
index e8685548..f5426434 100644
--- a/service/health/service_test.go
+++ b/service/health/service_test.go
@@ -1,7 +1,7 @@
package health
import (
- "encoding/json"
+ json "github.com/json-iterator/go"
"io/ioutil"
"net/http"
"testing"