Merge pull request #210927 from JulienMalka/Ntfy-test-fix

nixos/ntfy-sh: Fixed nixos test

Changed files
+2
nixos
tests
+2
nixos/tests/ntfy-sh.nix
···
machine.wait_for_unit("multi-user.target")
+
machine.wait_for_open_port(80)
+
machine.succeed(f"curl -d '{msg}' localhost:80/test")
notif = json.loads(machine.succeed("curl -s localhost:80/test/json?poll=1"))