lol

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

nixos/ntfy-sh: Fixed nixos test

authored by

Ryan Lahfa and committed by
GitHub
df1262ba cf10d7ae

+2
+2
nixos/tests/ntfy-sh.nix
··· 12 12 13 13 machine.wait_for_unit("multi-user.target") 14 14 15 + machine.wait_for_open_port(80) 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"))