mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-13 10:40:29 +03:00
fix tests after they switched to yaml
This commit is contained in:
parent
07caa88920
commit
3ebc44c54f
2 changed files with 2 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue