mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-15 19:50:29 +03:00
metadata: Make ArchivePolicy an interger internally
This commit is contained in:
parent
cf887583c0
commit
337974cbed
12 changed files with 34 additions and 21 deletions
|
|
@ -1411,7 +1411,7 @@ class UpdateTest(unittest.TestCase):
|
|||
self.assertDictEqual(
|
||||
metadata_content,
|
||||
{
|
||||
'ArchivePolicy': '',
|
||||
'ArchivePolicy': None,
|
||||
'AuthorEmail': '',
|
||||
'AuthorName': '',
|
||||
'AuthorWebSite': '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue