+13
-50
nixos/tests/web-apps/mastodon/remote-postgresql.nix
+13
-50
nixos/tests/web-apps/mastodon/remote-postgresql.nix
···-client.succeed("curl --fail https://mastodon.local/api/v1/instance | jq -r '.version' | grep '${pkgs.mastodon.version}'")-client.succeed("curl --fail https://mastodon.local/about | grep 'Mastodon hosted on mastodon.local'")-client.succeed("curl --fail $(curl https://mastodon.local/api/v1/instance 2> /dev/null | jq -r .thumbnail) --output /dev/null")
+54
nixos/tests/web-apps/mastodon/script.nix
+54
nixos/tests/web-apps/mastodon/script.nix
···+client.succeed("curl --fail https://mastodon.local/api/v1/instance | jq -r '.version' | grep '${pkgs.mastodon.version}'")+client.succeed("curl --fail https://mastodon.local/about | grep 'Mastodon hosted on mastodon.local'")+client.succeed("curl --fail $(curl https://mastodon.local/api/v1/instance 2> /dev/null | jq -r .thumbnail) --output /dev/null")
+9
-47
nixos/tests/web-apps/mastodon/standard.nix
+9
-47
nixos/tests/web-apps/mastodon/standard.nix
···-client.succeed("curl --fail https://mastodon.local/api/v1/instance | jq -r '.version' | grep '${pkgs.mastodon.version}'")-client.succeed("curl --fail https://mastodon.local/about | grep 'Mastodon hosted on mastodon.local'")-client.succeed("curl --fail $(curl https://mastodon.local/api/v1/instance 2> /dev/null | jq -r .thumbnail) --output /dev/null")