forked from mirrors/nixpkgs
nixos/tests/neo4j: Use curl --fail
This commit is contained in:
parent
6cd28e4f07
commit
416d9af81b
|
@ -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…
Reference in a new issue