nixos/tests/neo4j: Use curl --fail

This commit is contained in:
Scott Worley 2020-09-15 23:03:14 -07:00 committed by Frederik Rietdijk
parent 6cd28e4f07
commit 416d9af81b

View file

@ -15,6 +15,6 @@ import ./make-test-python.nix {
master.wait_for_unit("neo4j")
master.wait_for_open_port(7474)
master.succeed("curl http://localhost:7474/")
master.succeed("curl -f http://localhost:7474/")
'';
}