We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9e5d3 commit 461c791Copy full SHA for 461c791
clientconn_parsed_target_test.go
@@ -34,7 +34,7 @@ import (
34
)
35
36
func (s) TestParsedTarget_Success_WithoutCustomDialer(t *testing.T) {
37
- defScheme := resolver.GetDefaultScheme()
+ defScheme := "passthrough"
38
tests := []struct {
39
target string
40
wantParsed resolver.Target
@@ -93,7 +93,7 @@ func (s) TestParsedTarget_Failure_WithoutCustomDialer(t *testing.T) {
93
}
94
95
func (s) TestParsedTarget_WithCustomDialer(t *testing.T) {
96
97
98
99
0 commit comments