mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
Remove UpstreamNonFree
This commit is contained in:
parent
d594a683ab
commit
8b54e2b4cf
19 changed files with 16 additions and 95 deletions
|
@ -1375,7 +1375,7 @@ class UpdateTest(unittest.TestCase):
|
|||
if apk['packageName'] == 'com.politedroid' and apk['versionCode'] == 3:
|
||||
antiFeatures = apk.get('antiFeatures')
|
||||
self.assertTrue('KnownVuln' in antiFeatures)
|
||||
self.assertEqual(3, len(antiFeatures))
|
||||
self.assertEqual(2, len(antiFeatures))
|
||||
foundtest = True
|
||||
self.assertTrue(foundtest)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue