message_cache: Skip pickling JSON-encoded string in cache.

This commit is contained in:
Alex Vandiver
2025-08-19 18:25:30 +00:00
committed by Tim Abbott
parent 7f325108a3
commit 52671fd486
3 changed files with 5 additions and 7 deletions

View File

@@ -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 = [
{