From 034131c7a91a6bf8ca92ad1e2e0e40e570f8d593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Sun, 14 Jun 2026 23:33:51 +0200 Subject: [PATCH] fix ststem test --- system/t12_api/publish.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/system/t12_api/publish.py b/system/t12_api/publish.py index 0ff133f4..069a9ca9 100644 --- a/system/t12_api/publish.py +++ b/system/t12_api/publish.py @@ -236,6 +236,8 @@ class PublishSnapshotAPITest(APITest): 'Architectures': ['i386'], 'Codename': '', 'Distribution': 'squeeze', + 'Label': '', + 'Origin': '', 'MultiDist': False, 'NotAutomatic': 'yes', 'ButAutomaticUpgrades': 'yes', @@ -962,7 +964,6 @@ class PublishSwitchAPITestMirror(APITest): 'NotAutomatic': '', 'ButAutomaticUpgrades': '', 'Origin': 'packagecloud.io/varnishcache/varnish30', - 'Version': '', 'Path': prefix + '/' + 'wheezy', 'Prefix': prefix, 'SkipContents': False, @@ -994,9 +995,10 @@ class PublishSwitchAPITestMirror(APITest): 'Architectures': ['i386', 'source'], 'Codename': '', 'Distribution': 'wheezy', - 'Version': '13.3', + 'Label': '', 'NotAutomatic': '', 'ButAutomaticUpgrades': '', + 'Origin': 'packagecloud.io/varnishcache/varnish30', 'Path': prefix + '/' + 'wheezy', 'Prefix': prefix, 'SkipContents': True,