diff --git a/tests/parsers/chrome_cache.py b/tests/parsers/chrome_cache.py index 46b574b948..574157a229 100644 --- a/tests/parsers/chrome_cache.py +++ b/tests/parsers/chrome_cache.py @@ -33,7 +33,8 @@ def testParse(self): 'creation_time': '2014-04-30T16:44:36.226091+00:00', 'data_type': 'chrome:cache:entry', 'original_url': ( - 'https://s.ytimg.com/yts/imgbin/player-common-vfliLfqPT.webp')} + 'https://s.ytimg.com/yts/imgbin/player-common-vfliLfqPT.webp'), + 'payloads': '["data_3 (offset: 0x5c000)", "f_000010"]'} event_data = storage_writer.GetAttributeContainerByIndex('event_data', 0) self.CheckEventData(event_data, expected_event_values)