nixos/ntfy-sh: Fixed nixos test
Julien Malka 2 years ago d40d0ce7 5291eac3
··· 12 12 13 13 machine.wait_for_unit("multi-user.target") 14 14 15 15 + machine.wait_for_open_port(80) 16 16 + 15 17 machine.succeed(f"curl -d '{msg}' localhost:80/test") 16 18 17 19 notif = json.loads(machine.succeed("curl -s localhost:80/test/json?poll=1"))