nixos/tests/neo4j: Use curl --fail

wip/yesman
Scott Worley 4 years ago committed by Frederik Rietdijk
parent 6cd28e4f07
commit 416d9af81b
  1. 2
      nixos/tests/neo4j.nix

@ -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/")
'';
}

Loading…
Cancel
Save