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:
committed by
github-actions[bot]
parent
e2aab2ed33
commit
e94b0c2a22
@@ -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()
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user