diff --git a/treatment-service/config/config_test.go b/treatment-service/config/config_test.go index a67a39e..843faa1 100644 --- a/treatment-service/config/config_test.go +++ b/treatment-service/config/config_test.go @@ -1,11 +1,12 @@ package config import ( + "testing" + "github.com/caraml-dev/mlp/api/pkg/instrumentation/newrelic" "github.com/caraml-dev/mlp/api/pkg/instrumentation/sentry" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "testing" common_mq_config "github.com/caraml-dev/xp/common/messagequeue" )