mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nixos/gotosocial: fix failing tests (#353901)
This commit is contained in:
commit
84ad4442b0
@ -21,7 +21,6 @@
|
||||
machine.wait_for_open_port(8081)
|
||||
|
||||
# check user registration via cli
|
||||
machine.succeed("curl -sS -f http://localhost:8081/nodeinfo/2.0 | jq '.usage.users.total' | grep -q '^0$'")
|
||||
machine.succeed("gotosocial-admin account create --username nickname --email email@example.com --password kurtz575VPeBgjVm")
|
||||
machine.succeed("curl -sS -f http://localhost:8081/nodeinfo/2.0 | jq '.usage.users.total' | grep -q '^1$'")
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user