Skip to content

Commit

Permalink
adding to test case
Browse files Browse the repository at this point in the history
  • Loading branch information
chb2mn authored and joachimmetz committed Aug 27, 2023
1 parent 225dfb4 commit 2a6969b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/parsers/chrome_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2a6969b

Please sign in to comment.