diff --git a/services/tests/pixelfed-garage.nix b/services/tests/pixelfed-garage.nix index 849a45c..56c5d11 100644 --- a/services/tests/pixelfed-garage.nix +++ b/services/tests/pixelfed-garage.nix @@ -186,7 +186,7 @@ pkgs.nixosTest { server.succeed("pixelfed-manage user:create --name=test --username=test --email=${email} --password=${password} --confirm_email=1") # NOTE: This could in theory give a false positive if pixelfed changes it's - # colorscheme to include pure green. (see same problem in pixelfed-garage.nix). + # colorscheme to include pure green. (see same problem in mastodon-garage.nix). # TODO: For instance: post a red image and check that the green pixel IS NOT # there, then post a green image and check that the green pixel IS there.