From 2d78c467b7628366aaf7ef17a5e8f8f2f16fbe79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Mon, 15 Jun 2026 00:18:41 +0200 Subject: [PATCH] fix test --- system/t12_api/publish.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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,