Skip to content

Commit 7de6795

Browse files
Fabian Hollerfho
authored andcommitted
fixup! honor CONSUL_HTTP_SSL environment variable
1 parent 0719cfb commit 7de6795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

consul/builder_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestParseEndpoint(t *testing.T) {
4848
{
4949
mustParseURL(t, "consul://localhost/user-service-rpc"),
5050
"user-service-rpc",
51-
"http",
51+
"",
5252
nil,
5353
false,
5454
healthFilterOnlyHealthy,

0 commit comments

Comments
 (0)