From 51c3ec754fab494d6e7141f42f69d4770954ae0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Wed, 27 Nov 2024 12:34:30 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20the=20test=20simply=20=E2=80=9Cmastodo?= =?UTF-8?q?n=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/flake-part.nix | 2 +- services/tests/{mastodon-garage.nix => mastodon.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename services/tests/{mastodon-garage.nix => mastodon.nix} (100%) diff --git a/services/flake-part.nix b/services/flake-part.nix index 01c941a..5563878 100644 --- a/services/flake-part.nix +++ b/services/flake-part.nix @@ -7,7 +7,7 @@ { pkgs, ... }: { checks = { - mastodon-garage = import ./tests/mastodon-garage.nix { inherit self pkgs; }; + mastodon = import ./tests/mastodon.nix { inherit self pkgs; }; pixelfed-garage = import ./tests/pixelfed-garage.nix { inherit self pkgs; }; }; }; diff --git a/services/tests/mastodon-garage.nix b/services/tests/mastodon.nix similarity index 100% rename from services/tests/mastodon-garage.nix rename to services/tests/mastodon.nix