Skip to content
Snippets Groups Projects
Commit 3b46dcea authored by Patrick's avatar Patrick
Browse files

split import

parent 4e6aa04a
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,13 @@ import (
)
import (
"github.com/apache/dubbo-go/common/constant"
"github.com/stretchr/testify/assert"
)
import (
"github.com/apache/dubbo-go/common/constant"
)
func TestGetRestConsumerServiceConfig(t *testing.T) {
err := os.Setenv(constant.CONF_CONSUMER_FILE_PATH, "./rest_config_reader/testdata/consumer_config.yml")
assert.NoError(t, err)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment