Rename the test simply “mastodon”

This commit is contained in:
Nicolas Jeannerod 2024-11-27 12:34:30 +01:00
parent 7c88d47fb8
commit 51c3ec754f
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
checks = { 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; }; pixelfed-garage = import ./tests/pixelfed-garage.nix { inherit self pkgs; };
}; };
}; };