grafana: 5.0.0 -> 5.0.1

This commit is contained in:
WilliButz
2018-03-08 14:14:47 +01:00
committed by Robin Gloster
parent 28264de9fc
commit ef90ff2d8e
2 changed files with 4 additions and 4 deletions

View File

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