mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 04:29:23 +02:00
Attribute artist
This commit is contained in:
parent
8687a64873
commit
4e44e4e4b6
31 changed files with 1741 additions and 46 deletions
|
@ -44,7 +44,7 @@ def test_mutations_route_create_success(factories, api_request, is_approved, moc
|
|||
on_commit = mocker.patch("funkwhale_api.common.utils.on_commit")
|
||||
user = factories["users.User"](permission_library=True)
|
||||
actor = user.create_actor()
|
||||
track = factories["music.Track"](title="foo")
|
||||
track = factories["music.Track"](title="foo", local=True)
|
||||
view = V.as_view({"post": "mutations"})
|
||||
|
||||
request = api_request.post(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue