Update scanner.TestCase to match new regex regime

scanning for analytics is now handled by firebase/play-services regexes
This commit is contained in:
Mike Hardy 2019-11-02 18:54:54 +00:00
parent 3c398e2aa6
commit 3648ef1f2e
1 changed files with 1 additions and 1 deletions

View File

@ -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, '*')):