Skip to content

Commit

Permalink
[chore] Fix the build (#9629)
Browse files Browse the repository at this point in the history
Update usage of removed `confignet` API
  • Loading branch information
dmitryax authored Feb 22, 2024
1 parent 464003c commit 8293f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/configgrpc/configgrpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ func TestGRPCServerSettingsError(t *testing.T) {

func TestGRPCServerSettings_ToListener_Error(t *testing.T) {
settings := ServerConfig{
NetAddr: confignet.NetAddr{
NetAddr: confignet.AddrConfig{
Endpoint: "127.0.0.1:1234567",
Transport: "tcp",
},
Expand Down

0 comments on commit 8293f9e

Please sign in to comment.