From 3865e5f46e79d53bab721ce5739f4d2f76b010fb Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 24 May 2023 13:14:36 +1000 Subject: [PATCH] nixosTests.etcd-cluster: fix test match changes in 25f3323d60271ac9b668757322c47f96aa7ca726 --- nixos/tests/etcd-cluster.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/etcd-cluster.nix b/nixos/tests/etcd-cluster.nix index 410cb654794f..2812b56239f3 100644 --- a/nixos/tests/etcd-cluster.nix +++ b/nixos/tests/etcd-cluster.nix @@ -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"]; };