scanner: fix maven url check for kts files

This commit is contained in:
linsui 2022-08-07 17:55:39 +08:00 committed by Hans-Christoph Steiner
parent 07713af425
commit f99dbec012
3 changed files with 4 additions and 1 deletions

View file

@ -54,6 +54,7 @@ class ScannerTest(unittest.TestCase):
'se.manyver': 2,
'com.jens.automation2': 2,
'com.github.shadowsocks': 6,
'org.tasks': 1,
}
for d in glob.glob(os.path.join(source_files, '*')):
build = fdroidserver.metadata.Build()