grocy: 3.0.1 -> 3.1.0

ChangeLog: https://github.com/grocy/grocy/releases/tag/v3.1.0
(cherry picked from commit 07b51f58df6042e0baaff5e10b0ca389f2cac1fe)
This commit is contained in:
Maximilian Bosch
2021-07-23 15:57:43 +00:00
committed by github-actions[bot]
parent e2aab2ed33
commit e94b0c2a22
3 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -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()
'';