Skip to content

Commit

Permalink
Corrected missing test file firefox_cookies.sqlite log2timeline#4757
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 16, 2023
1 parent 4e24cb8 commit 526b763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parsers/cookie_plugins/ganalytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def testParsingFirefox29CookieDatabase(self):
"""Tests the Process function on a Firefox 29 cookie database file."""
plugin = firefox_cookies.FirefoxCookie2Plugin()
storage_writer = self._ParseDatabaseFileWithPlugin(
['firefox_cookies.sqlite'], plugin)
['firefox_2_cookies.sqlite'], plugin)

number_of_event_data = storage_writer.GetNumberOfAttributeContainers(
'event_data')
Expand Down

0 comments on commit 526b763

Please sign in to comment.