summary refs log tree commit diff
path: root/nixos/tests/grafana.nix
diff options
context:
space:
mode:
authorWilliButz <wbutz@cyberfnord.de>2018-03-08 14:14:47 +0100
committerRobin Gloster <mail@glob.in>2018-03-12 23:37:29 +0100
commitef90ff2d8ea13ebf222eb437fb6db8fcbbc1a554 (patch)
tree042ff1faf413ccbe366a4ebde1f59e29ccf218e9 /nixos/tests/grafana.nix
parent28264de9fcbf24b9c5076199a4dc4d8375f7964b (diff)
downloadnixpkgs-ef90ff2d8ea13ebf222eb437fb6db8fcbbc1a554.tar
nixpkgs-ef90ff2d8ea13ebf222eb437fb6db8fcbbc1a554.tar.gz
nixpkgs-ef90ff2d8ea13ebf222eb437fb6db8fcbbc1a554.tar.bz2
nixpkgs-ef90ff2d8ea13ebf222eb437fb6db8fcbbc1a554.tar.lz
nixpkgs-ef90ff2d8ea13ebf222eb437fb6db8fcbbc1a554.tar.xz
nixpkgs-ef90ff2d8ea13ebf222eb437fb6db8fcbbc1a554.tar.zst
nixpkgs-ef90ff2d8ea13ebf222eb437fb6db8fcbbc1a554.zip
grafana: 5.0.0 -> 5.0.1
Diffstat (limited to 'nixos/tests/grafana.nix')
-rw-r--r--nixos/tests/grafana.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/grafana.nix b/nixos/tests/grafana.nix
index 16b8181498a..d45776c3ee2 100644
--- a/nixos/tests/grafana.nix
+++ b/nixos/tests/grafana.nix
@@ -20,6 +20,6 @@ import ./make-test.nix ({ lib, ... }:
     $machine->start;
     $machine->waitForUnit("grafana.service");
     $machine->waitForOpenPort(3000);
-    $machine->succeed("curl -sS http://127.0.0.1:3000/");
+    $machine->succeed("curl -sSfL http://127.0.0.1:3000/");
   '';
 })