This commit is contained in:
Nicolas Jeannerod 2024-11-27 12:30:39 +01:00
parent 6e260b3bdc
commit 6ef263f53e
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -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.