summaryrefslogtreecommitdiff
path: root/service/metrics/config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/metrics/config_test.go')
-rw-r--r--service/metrics/config_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/metrics/config_test.go b/service/metrics/config_test.go
index a64e9047..94f97da5 100644
--- a/service/metrics/config_test.go
+++ b/service/metrics/config_test.go
@@ -1,11 +1,12 @@
package metrics
import (
+ "testing"
+
json "github.com/json-iterator/go"
"github.com/prometheus/client_golang/prometheus"
"github.com/spiral/roadrunner/service"
"github.com/stretchr/testify/assert"
- "testing"
)
type mockCfg struct{ cfg string }