Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ganglyu committed Aug 18, 2023
1 parent 8435d4d commit 88de555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnmi_server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3880,7 +3880,7 @@ func TestMasterArbitration(t *testing.T) {
go runServer(t, s)
defer s.s.Stop()

prepareDb(t, sdcfg.GetDbDefaultNamespace())
prepareDbTranslib(t)

tlsConfig := &tls.Config{InsecureSkipVerify: true}
opts := []grpc.DialOption{grpc.WithTransportCredentials(credentials.NewTLS(tlsConfig))}
Expand Down

0 comments on commit 88de555

Please sign in to comment.