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 ];