summaryrefslogtreecommitdiffstats
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)
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 16b8181498a6..d45776c3ee29 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/");
'';
})