Commit 3865e5f4 authored by zowoq's avatar zowoq
Browse files

nixosTests.etcd-cluster: fix test

match changes in 25f3323d
parent b69c6cf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ import ./make-test-python.nix ({ pkgs, ... } : let
        keyFile = etcd_key;
        certFile = etcd_cert;
        trustedCaFile = ca_pem;
        peerClientCertAuth = true;
        clientCertAuth = true;
        listenClientUrls = ["https://127.0.0.1:2379"];
        listenPeerUrls = ["https://0.0.0.0:2380"];
      };