fix tests after they switched to yaml

This commit is contained in:
Marcus Hoffmann 2020-06-24 20:30:26 +02:00
parent 07caa88920
commit 3ebc44c54f
2 changed files with 2 additions and 4 deletions

View file

@ -906,7 +906,6 @@ class MetadataTest(unittest.TestCase):
'Prepare': None}})
def test_read_xref_metadata(self):
fdroidserver.common.config = {'accepted_formats': ['yml']}
os.chdir('xref')
fdroidserver.metadata.warnings_action = 'error'
apps = fdroidserver.metadata.read_metadata(xref=True)