1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 01:40:10 +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 = {
'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, '*')):