summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-23 17:53:35 +0200
committerGitHub <noreply@github.com>2021-07-23 17:53:35 +0200
commit42c7bd28e38152523ee8ef5f750f0a7e26aa4e44 (patch)
treeb61a8c007a173eb8161e2d58553ebb212558f95b /nixos
parent474736d1c87fb5355b63f0fefff4443defee7160 (diff)
parent07b51f58df6042e0baaff5e10b0ca389f2cac1fe (diff)
downloadnixpkgs-42c7bd28e38152523ee8ef5f750f0a7e26aa4e44.tar
nixpkgs-42c7bd28e38152523ee8ef5f750f0a7e26aa4e44.tar.gz
nixpkgs-42c7bd28e38152523ee8ef5f750f0a7e26aa4e44.tar.bz2
nixpkgs-42c7bd28e38152523ee8ef5f750f0a7e26aa4e44.tar.lz
nixpkgs-42c7bd28e38152523ee8ef5f750f0a7e26aa4e44.tar.xz
nixpkgs-42c7bd28e38152523ee8ef5f750f0a7e26aa4e44.tar.zst
nixpkgs-42c7bd28e38152523ee8ef5f750f0a7e26aa4e44.zip
Merge pull request #131215 from Ma27/bump-grocy
grocy: 3.0.1 -> 3.1.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/grocy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/grocy.nix b/nixos/tests/grocy.nix
index 220c55b1f63..2be5c24ecb5 100644
--- a/nixos/tests/grocy.nix
+++ b/nixos/tests/grocy.nix
@@ -40,7 +40,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
 
     assert task_name == "Test Task"
 
-    machine.succeed("curl -sSfI http://localhost/api/tasks 2>&1 | grep '401 Unauthorized'")
+    machine.succeed("curl -sSI http://localhost/api/tasks 2>&1 | grep '401 Unauthorized'")
 
     machine.shutdown()
   '';