mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 16:29:17 +02:00
See #890: web UI and email notifications on new reports
This commit is contained in:
parent
368b70d3a9
commit
c9a9615be8
15 changed files with 292 additions and 4 deletions
|
@ -176,11 +176,12 @@ def test_creating_actor_from_user(factories, settings):
|
|||
|
||||
|
||||
def test_get_channels_groups(factories):
|
||||
user = factories["users.User"]()
|
||||
user = factories["users.User"](permission_library=True)
|
||||
|
||||
assert user.get_channels_groups() == [
|
||||
"user.{}.imports".format(user.pk),
|
||||
"user.{}.inbox".format(user.pk),
|
||||
"admin.library",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue