mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Remove UpstreamNonFree
This commit is contained in:
parent
d594a683ab
commit
8b54e2b4cf
19 changed files with 16 additions and 95 deletions
|
@ -510,7 +510,7 @@ class LintAntiFeaturesTest(unittest.TestCase):
|
|||
|
||||
def test_check_antiFeatures(self):
|
||||
app = fdroidserver.metadata.App()
|
||||
app['AntiFeatures'] = ['Ads', 'UpstreamNonFree']
|
||||
app['AntiFeatures'] = ['Ads', 'Tracking']
|
||||
self.assertEqual([], list(fdroidserver.lint.check_antiFeatures(app)))
|
||||
|
||||
def test_check_antiFeatures_fails_one(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue