Merge pull request #210927 from JulienMalka/Ntfy-test-fix
nixos/ntfy-sh: Fixed nixos test
Ryan Lahfa 2 years ago df1262ba cf10d7ae
··· 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"))