nixosTests.etcd-cluster: update name

This commit is contained in:
zowoq 2023-05-24 13:20:20 +10:00
parent 3865e5f46e
commit 7a697fefe2

View File

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