summary refs log tree commit diff
path: root/nixos/tests/go-neb.nix
diff options
context:
space:
mode:
authorScott Worley <scottworley@scottworley.com>2020-09-16 07:53:00 -0700
committerFrederik Rietdijk <fridh@fridh.nl>2020-10-25 11:01:30 +0100
commitbc4f47c19a68b64dd5e8fd9e99b12e55b6189f33 (patch)
treead3aaa16e421fe0a64539953848ce1b33b566bd2 /nixos/tests/go-neb.nix
parentd58ef9d20b5eb160097582934bfeeaedf5d9b657 (diff)
downloadnixpkgs-bc4f47c19a68b64dd5e8fd9e99b12e55b6189f33.tar
nixpkgs-bc4f47c19a68b64dd5e8fd9e99b12e55b6189f33.tar.gz
nixpkgs-bc4f47c19a68b64dd5e8fd9e99b12e55b6189f33.tar.bz2
nixpkgs-bc4f47c19a68b64dd5e8fd9e99b12e55b6189f33.tar.lz
nixpkgs-bc4f47c19a68b64dd5e8fd9e99b12e55b6189f33.tar.xz
nixpkgs-bc4f47c19a68b64dd5e8fd9e99b12e55b6189f33.tar.zst
nixpkgs-bc4f47c19a68b64dd5e8fd9e99b12e55b6189f33.zip
nixos/tests/go-neb: Use curl --fail
Diffstat (limited to 'nixos/tests/go-neb.nix')
-rw-r--r--nixos/tests/go-neb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/go-neb.nix b/nixos/tests/go-neb.nix
index d9e5db0b4a5..531ab5a6671 100644
--- a/nixos/tests/go-neb.nix
+++ b/nixos/tests/go-neb.nix
@@ -34,7 +34,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
     start_all()
     server.wait_for_unit("go-neb.service")
     server.wait_until_succeeds(
-        "curl -L http://localhost:4050/services/hooks/d2lraXBlZGlhX3NlcnZpY2U"
+        "curl -fL http://localhost:4050/services/hooks/d2lraXBlZGlhX3NlcnZpY2U"
     )
     server.wait_until_succeeds(
         "journalctl -eu go-neb -o cat | grep -q service_id=wikipedia_service"