1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

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

View File

@ -30,7 +30,7 @@ class ScannerTest(unittest.TestCase):
projects = { projects = {
'Zillode': 1, 'Zillode': 1,
'firebase-suspect': 1, 'firebase-suspect': 1,
'org.mozilla.rocket': 4, 'org.mozilla.rocket': 3,
'realm': 1, 'realm': 1,
} }
for d in glob.glob(os.path.join(source_files, '*')): for d in glob.glob(os.path.join(source_files, '*')):