mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
fix test
This commit is contained in:
@@ -484,7 +484,6 @@ class PublishUpdateAPIMultiDistToggle(APITest):
|
|||||||
'Distribution': 'bookworm',
|
'Distribution': 'bookworm',
|
||||||
'Label': '',
|
'Label': '',
|
||||||
'Origin': '',
|
'Origin': '',
|
||||||
'Version': '',
|
|
||||||
'NotAutomatic': '',
|
'NotAutomatic': '',
|
||||||
'ButAutomaticUpgrades': '',
|
'ButAutomaticUpgrades': '',
|
||||||
'Path': prefix + '/' + 'bookworm',
|
'Path': prefix + '/' + 'bookworm',
|
||||||
@@ -531,7 +530,6 @@ class PublishUpdateAPIMultiDistToggle(APITest):
|
|||||||
'Distribution': 'bookworm',
|
'Distribution': 'bookworm',
|
||||||
'Label': '',
|
'Label': '',
|
||||||
'Origin': '',
|
'Origin': '',
|
||||||
'Version': '',
|
|
||||||
'NotAutomatic': '',
|
'NotAutomatic': '',
|
||||||
'ButAutomaticUpgrades': '',
|
'ButAutomaticUpgrades': '',
|
||||||
'Path': prefix + '/' + 'bookworm',
|
'Path': prefix + '/' + 'bookworm',
|
||||||
@@ -1061,7 +1059,6 @@ class PublishSwitchAPITestSnapshot(APITest):
|
|||||||
'NotAutomatic': '',
|
'NotAutomatic': '',
|
||||||
'ButAutomaticUpgrades': '',
|
'ButAutomaticUpgrades': '',
|
||||||
'Origin': '',
|
'Origin': '',
|
||||||
'Version': '',
|
|
||||||
'Path': prefix + '/' + 'wheezy',
|
'Path': prefix + '/' + 'wheezy',
|
||||||
'Prefix': prefix,
|
'Prefix': prefix,
|
||||||
'SkipContents': False,
|
'SkipContents': False,
|
||||||
@@ -1097,9 +1094,10 @@ class PublishSwitchAPITestSnapshot(APITest):
|
|||||||
'Architectures': ['i386', 'source'],
|
'Architectures': ['i386', 'source'],
|
||||||
'Codename': '',
|
'Codename': '',
|
||||||
'Distribution': 'wheezy',
|
'Distribution': 'wheezy',
|
||||||
'Version': '13.3',
|
'Label': '',
|
||||||
'NotAutomatic': '',
|
'NotAutomatic': '',
|
||||||
'ButAutomaticUpgrades': '',
|
'ButAutomaticUpgrades': '',
|
||||||
|
'Origin': '',
|
||||||
'Path': prefix + '/' + 'wheezy',
|
'Path': prefix + '/' + 'wheezy',
|
||||||
'Prefix': prefix,
|
'Prefix': prefix,
|
||||||
'SkipContents': True,
|
'SkipContents': True,
|
||||||
|
|||||||
Reference in New Issue
Block a user