refactor: upgrade code to >=python3.7 (pre-commit)
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2189>
This commit is contained in:
parent
7768ea77a4
commit
8d9946d35a
143 changed files with 454 additions and 582 deletions
|
|
@ -179,8 +179,8 @@ def test_get_channels_groups(factories):
|
|||
user = factories["users.User"](permission_library=True)
|
||||
|
||||
assert user.get_channels_groups() == [
|
||||
"user.{}.imports".format(user.pk),
|
||||
"user.{}.inbox".format(user.pk),
|
||||
f"user.{user.pk}.imports",
|
||||
f"user.{user.pk}.inbox",
|
||||
"admin.library",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue