From 7a697fefe2f3ef5185e84f15a03229991f6e5c3f Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 24 May 2023 13:20:20 +1000 Subject: [PATCH] nixosTests.etcd-cluster: update name --- 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 2812b56239f3..97b6e63b2730 100644 --- a/nixos/tests/etcd-cluster.nix +++ b/nixos/tests/etcd-cluster.nix @@ -95,7 +95,7 @@ import ./make-test-python.nix ({ pkgs, ... } : let networking.firewall.allowedTCPPorts = [ 2380 ]; }; in { - name = "etcd"; + name = "etcd-cluster"; meta = with pkgs.lib.maintainers; { maintainers = [ offline ];