nixosTests.etcd-cluster: update name

This commit is contained in:
zowoq
2023-05-24 14:14:05 +10:00
parent 3865e5f46e
commit 7a697fefe2
+1 -1
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 ];