See #170: admin UI for channels, reporting channels
This commit is contained in:
parent
ae52969efe
commit
102c90d499
32 changed files with 1107 additions and 78 deletions
|
|
@ -52,6 +52,7 @@ def test_user_filter_serializer_save(factories):
|
|||
"full_username",
|
||||
serializers.ActorStateSerializer,
|
||||
),
|
||||
("audio.Channel", "channel", "uuid", serializers.ChannelStateSerializer),
|
||||
],
|
||||
)
|
||||
def test_report_federated_entity_serializer_save(
|
||||
|
|
@ -161,6 +162,7 @@ def test_report_serializer_save_anonymous(factories, mocker):
|
|||
("music.Library", {}, "actor"),
|
||||
("playlists.Playlist", {"user__with_actor": True}, "user.actor"),
|
||||
("federation.Actor", {}, "self"),
|
||||
("audio.Channel", {}, "attributed_to"),
|
||||
],
|
||||
)
|
||||
def test_get_target_owner(factory_name, factory_kwargs, owner_field, factories):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue