Skip to content

Commit 2d78c46

Browse files
committed
fix test
1 parent 909c5bb commit 2d78c46

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

system/t12_api/publish.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ def check(self):
484484
'Distribution': 'bookworm',
485485
'Label': '',
486486
'Origin': '',
487-
'Version': '',
488487
'NotAutomatic': '',
489488
'ButAutomaticUpgrades': '',
490489
'Path': prefix + '/' + 'bookworm',
@@ -531,7 +530,6 @@ def check(self):
531530
'Distribution': 'bookworm',
532531
'Label': '',
533532
'Origin': '',
534-
'Version': '',
535533
'NotAutomatic': '',
536534
'ButAutomaticUpgrades': '',
537535
'Path': prefix + '/' + 'bookworm',
@@ -1061,7 +1059,6 @@ def check(self):
10611059
'NotAutomatic': '',
10621060
'ButAutomaticUpgrades': '',
10631061
'Origin': '',
1064-
'Version': '',
10651062
'Path': prefix + '/' + 'wheezy',
10661063
'Prefix': prefix,
10671064
'SkipContents': False,
@@ -1097,9 +1094,10 @@ def check(self):
10971094
'Architectures': ['i386', 'source'],
10981095
'Codename': '',
10991096
'Distribution': 'wheezy',
1100-
'Version': '13.3',
1097+
'Label': '',
11011098
'NotAutomatic': '',
11021099
'ButAutomaticUpgrades': '',
1100+
'Origin': '',
11031101
'Path': prefix + '/' + 'wheezy',
11041102
'Prefix': prefix,
11051103
'SkipContents': True,

0 commit comments

Comments
 (0)