mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
result.json: Upgrade test_reactions.
This commit is contained in:
parent
351426df8b
commit
90099ffeb2
@ -320,7 +320,7 @@ class ReactionEventTest(ZulipTestCase):
|
||||
"to": pm_recipient.email},
|
||||
**self.api_auth(pm_sender.email))
|
||||
self.assert_json_success(result)
|
||||
content = ujson.loads(result.content)
|
||||
content = result.json()
|
||||
pm_id = content['id']
|
||||
|
||||
expected_recipient_ids = set([pm_sender.id, pm_recipient.id])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user