Stop parsing proxy address (#1619)

This commit is contained in:
Asim Aslam
2020-05-12 17:38:22 +01:00
committed by GitHub
parent 762a5bc9e8
commit 116cc1e9ee
2 changed files with 9 additions and 7 deletions

View File

@@ -57,7 +57,6 @@ func TestProxyEnv(t *testing.T) {
}
test("MICRO_PROXY", "service", "go.micro.proxy", "")
test("MICRO_PROXY_ADDRESS", "10.0.0.1:8080", "", "10.0.0.1:8080")
test("MICRO_NETWORK", "service", "go.micro.network", "")
test("MICRO_NETWORK_ADDRESS", "10.0.0.1:8081", "", "10.0.0.1:8081")
}