metadata: Make ArchivePolicy an interger internally

This commit is contained in:
Gregor Düster 2023-05-25 19:05:57 +02:00
parent cf887583c0
commit 337974cbed
No known key found for this signature in database
GPG key ID: 1B4181FC97673B9D
12 changed files with 34 additions and 21 deletions

View file

@ -1411,7 +1411,7 @@ class UpdateTest(unittest.TestCase):
self.assertDictEqual(
metadata_content,
{
'ArchivePolicy': '',
'ArchivePolicy': None,
'AuthorEmail': '',
'AuthorName': '',
'AuthorWebSite': '',