mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
message_cache: Skip pickling JSON-encoded string in cache.
This commit is contained in:
committed by
Tim Abbott
parent
7f325108a3
commit
52671fd486
@@ -108,7 +108,7 @@ class ReactionEmojiTest(ZulipTestCase):
|
||||
self.assertEqual(200, result.status_code)
|
||||
|
||||
key = to_dict_cache_key_id(1)
|
||||
message = extract_message_dict(cache_get(key)[0])
|
||||
message = extract_message_dict(cache_get(key))
|
||||
|
||||
expected_reaction_data = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user