mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
test: fix TestClusterTLSMixedIPAndDNS test on +go1.20
Signed-off-by: Waldemar Quevedo <wally@nats.io>
This commit is contained in:
@@ -3528,7 +3528,7 @@ func TestClusterTLSMixedIPAndDNS(t *testing.T) {
|
||||
bConfigTemplate := `
|
||||
listen: 127.0.0.1:-1
|
||||
leafnodes {
|
||||
listen: "localhost:-1"
|
||||
listen: "127.0.0.1:-1"
|
||||
tls {
|
||||
cert_file: "./configs/certs/server-cert.pem"
|
||||
key_file: "./configs/certs/server-key.pem"
|
||||
|
||||
Reference in New Issue
Block a user