Skip to content

Commit

Permalink
Merge pull request #370 from Patrick0308/rest_protocol
Browse files Browse the repository at this point in the history
Fix Rest protocol
  • Loading branch information
AlexStocks authored Feb 23, 2020
2 parents b8ac514 + c8a5d15 commit 4738480
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 TestDefaultConfigReader_ReadConsumerConfig(t *testing.T) {
err := os.Setenv(constant.CONF_CONSUMER_FILE_PATH, "./testdata/consumer_config.yml")
assert.NoError(t, err)
Expand Down

0 comments on commit 4738480

Please sign in to comment.