@@ -80,6 +80,7 @@ func TestAllGrpcClientSettings(t *testing.T) {
80
80
WriteBufferSize : 1024 ,
81
81
WaitForReady : true ,
82
82
BalancerName : "round_robin" ,
83
+ Authority : "pseudo-authority" ,
83
84
Auth : & configauth.Authentication {AuthenticatorID : component .NewID ("testauth" )},
84
85
},
85
86
host : & mockHost {
@@ -108,6 +109,7 @@ func TestAllGrpcClientSettings(t *testing.T) {
108
109
WriteBufferSize : 1024 ,
109
110
WaitForReady : true ,
110
111
BalancerName : "round_robin" ,
112
+ Authority : "pseudo-authority" ,
111
113
Auth : & configauth.Authentication {AuthenticatorID : component .NewID ("testauth" )},
112
114
},
113
115
host : & mockHost {
@@ -136,6 +138,7 @@ func TestAllGrpcClientSettings(t *testing.T) {
136
138
WriteBufferSize : 1024 ,
137
139
WaitForReady : true ,
138
140
BalancerName : "round_robin" ,
141
+ Authority : "pseudo-authority" ,
139
142
Auth : & configauth.Authentication {AuthenticatorID : component .NewID ("testauth" )},
140
143
},
141
144
host : & mockHost {
@@ -149,7 +152,7 @@ func TestAllGrpcClientSettings(t *testing.T) {
149
152
t .Run (test .name , func (t * testing.T ) {
150
153
opts , err := test .settings .toDialOptions (test .host , tt .TelemetrySettings )
151
154
assert .NoError (t , err )
152
- assert .Len (t , opts , 9 )
155
+ assert .Len (t , opts , 10 )
153
156
})
154
157
}
155
158
}
0 commit comments