mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Big oopsie
This commit is contained in:
parent
5347c6afeb
commit
e64e5b9c14
1 changed files with 0 additions and 1 deletions
|
@ -255,7 +255,6 @@ def test_del_group_all_users(mocker):
|
|||
with raiseYunohostError(mocker, "group_cannot_be_deleted"):
|
||||
user_group_delete("all_users")
|
||||
|
||||
/
|
||||
def test_del_group_that_does_not_exist(mocker):
|
||||
with raiseYunohostError(mocker, "group_unknown"):
|
||||
user_group_delete("doesnt_exist")
|
||||
|
|
Loading…
Add table
Reference in a new issue