mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
tests: moar friskies
This commit is contained in:
parent
fe1c04fb2c
commit
2ef5b24e40
1 changed files with 2 additions and 2 deletions
|
@ -1772,8 +1772,8 @@ class TestUser(BaseTest):
|
|||
# │ GROUP │
|
||||
# ╰───────────────────────────────────────────────────────╯
|
||||
|
||||
groups1 = ["all_users", "visitors", "admins"]
|
||||
groups2 = ["all_users", "visitors", "admins", "custom_group"]
|
||||
groups1 = {"all_users": {}, "visitors": {}, "admins": {}}
|
||||
groups2 = {"all_users": {}, "visitors": {}, "admins": {}, "custom_group": {}}
|
||||
|
||||
|
||||
@contextmanager
|
||||
|
|
Loading…
Add table
Reference in a new issue