0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

grocy: 3.0.1 -> 3.1.0

ChangeLog: https://github.com/grocy/grocy/releases/tag/v3.1.0
This commit is contained in:
Maximilian Bosch 2021-07-23 11:45:31 +02:00
parent e3b5e8a340
commit 07b51f58df
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
3 changed files with 23 additions and 23 deletions

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()
'';