?
This commit is contained in:
parent
8b324d23fb
commit
7da4e86e73
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class PostFetcher:
|
||||||
else:
|
else:
|
||||||
outbox_url = profile['outbox']
|
outbox_url = profile['outbox']
|
||||||
|
|
||||||
async with self._http.get(outbox_url) as resp: outbox = await resp.json(content_type='text/html')
|
async with self._http.get(outbox_url) as resp: outbox = await resp.json(content_type=All)
|
||||||
assert outbox['type'] == 'OrderedCollection'
|
assert outbox['type'] == 'OrderedCollection'
|
||||||
return outbox
|
return outbox
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue