mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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, '*')):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue