From 526b76358087033eac604469da915bc2f12d132d Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Sat, 16 Dec 2023 12:48:20 +0100 Subject: [PATCH] Corrected missing test file firefox_cookies.sqlite #4757 --- tests/parsers/cookie_plugins/ganalytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parsers/cookie_plugins/ganalytics.py b/tests/parsers/cookie_plugins/ganalytics.py index 10f25c0121..40b0ce850e 100644 --- a/tests/parsers/cookie_plugins/ganalytics.py +++ b/tests/parsers/cookie_plugins/ganalytics.py @@ -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')