From 3648ef1f2e21fd9e9853e7af87109e8f7825e06c Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Sat, 2 Nov 2019 18:54:54 +0000 Subject: [PATCH] Update scanner.TestCase to match new regex regime scanning for analytics is now handled by firebase/play-services regexes --- tests/scanner.TestCase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scanner.TestCase b/tests/scanner.TestCase index 22f9417b..6e94d5fb 100755 --- a/tests/scanner.TestCase +++ b/tests/scanner.TestCase @@ -30,7 +30,7 @@ class ScannerTest(unittest.TestCase): projects = { 'Zillode': 1, 'firebase-suspect': 1, - 'org.mozilla.rocket': 4, + 'org.mozilla.rocket': 3, 'realm': 1, } for d in glob.glob(os.path.join(source_files, '*')):