mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01: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:
parent
3c398e2aa6
commit
3648ef1f2e
@ -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, '*')):
|
||||
|
Loading…
Reference in New Issue
Block a user