API refinements for activity stream
This commit is contained in:
parent
d509c090d3
commit
a6da10be41
12 changed files with 188 additions and 12 deletions
|
|
@ -13,6 +13,7 @@ def test_activity_user_serializer(factories):
|
|||
expected = {
|
||||
"type": "Person",
|
||||
"id": user.get_activity_url(),
|
||||
"local_id": user.username,
|
||||
"name": user.username,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue