diff --git a/system/t12_api/publish.py b/system/t12_api/publish.py index 069a9ca9..25ba498d 100644 --- a/system/t12_api/publish.py +++ b/system/t12_api/publish.py @@ -484,7 +484,6 @@ class PublishUpdateAPIMultiDistToggle(APITest): 'Distribution': 'bookworm', 'Label': '', 'Origin': '', - 'Version': '', 'NotAutomatic': '', 'ButAutomaticUpgrades': '', 'Path': prefix + '/' + 'bookworm', @@ -531,7 +530,6 @@ class PublishUpdateAPIMultiDistToggle(APITest): 'Distribution': 'bookworm', 'Label': '', 'Origin': '', - 'Version': '', 'NotAutomatic': '', 'ButAutomaticUpgrades': '', 'Path': prefix + '/' + 'bookworm', @@ -1061,7 +1059,6 @@ class PublishSwitchAPITestSnapshot(APITest): 'NotAutomatic': '', 'ButAutomaticUpgrades': '', 'Origin': '', - 'Version': '', 'Path': prefix + '/' + 'wheezy', 'Prefix': prefix, 'SkipContents': False, @@ -1097,9 +1094,10 @@ class PublishSwitchAPITestSnapshot(APITest): 'Architectures': ['i386', 'source'], 'Codename': '', 'Distribution': 'wheezy', - 'Version': '13.3', + 'Label': '', 'NotAutomatic': '', 'ButAutomaticUpgrades': '', + 'Origin': '', 'Path': prefix + '/' + 'wheezy', 'Prefix': prefix, 'SkipContents': True,