mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Test group remove on csv import
This commit is contained in:
parent
f2487a2251
commit
e27f38ae69
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ def test_import_user(mocker):
|
|||
assert len(user_res['alice']['mail-alias']) == 2
|
||||
assert "albert" in group_res['dev']['members']
|
||||
assert "alice" in group_res['apps']['members']
|
||||
assert "alice" not in group_res['dev']['members']
|
||||
|
||||
|
||||
def test_export_user(mocker):
|
||||
|
|
Loading…
Add table
Reference in a new issue