nixos/tests/neo4j: Use curl --fail
Scott Worley 5 years ago 416d9af8 6cd28e4f
··· 15 15 16 16 master.wait_for_unit("neo4j") 17 17 master.wait_for_open_port(7474) 18 18 - master.succeed("curl http://localhost:7474/") 18 18 + master.succeed("curl -f http://localhost:7474/") 19 19 ''; 20 20 }