summaryrefslogtreecommitdiff
path: root/service/health/service_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/health/service_test.go')
-rw-r--r--service/health/service_test.go2
1 files changed, 1 insertions, 1 deletions
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"