mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
fix ststem test
This commit is contained in:
@@ -236,6 +236,8 @@ class PublishSnapshotAPITest(APITest):
|
|||||||
'Architectures': ['i386'],
|
'Architectures': ['i386'],
|
||||||
'Codename': '',
|
'Codename': '',
|
||||||
'Distribution': 'squeeze',
|
'Distribution': 'squeeze',
|
||||||
|
'Label': '',
|
||||||
|
'Origin': '',
|
||||||
'MultiDist': False,
|
'MultiDist': False,
|
||||||
'NotAutomatic': 'yes',
|
'NotAutomatic': 'yes',
|
||||||
'ButAutomaticUpgrades': 'yes',
|
'ButAutomaticUpgrades': 'yes',
|
||||||
@@ -962,7 +964,6 @@ class PublishSwitchAPITestMirror(APITest):
|
|||||||
'NotAutomatic': '',
|
'NotAutomatic': '',
|
||||||
'ButAutomaticUpgrades': '',
|
'ButAutomaticUpgrades': '',
|
||||||
'Origin': 'packagecloud.io/varnishcache/varnish30',
|
'Origin': 'packagecloud.io/varnishcache/varnish30',
|
||||||
'Version': '',
|
|
||||||
'Path': prefix + '/' + 'wheezy',
|
'Path': prefix + '/' + 'wheezy',
|
||||||
'Prefix': prefix,
|
'Prefix': prefix,
|
||||||
'SkipContents': False,
|
'SkipContents': False,
|
||||||
@@ -994,9 +995,10 @@ class PublishSwitchAPITestMirror(APITest):
|
|||||||
'Architectures': ['i386', 'source'],
|
'Architectures': ['i386', 'source'],
|
||||||
'Codename': '',
|
'Codename': '',
|
||||||
'Distribution': 'wheezy',
|
'Distribution': 'wheezy',
|
||||||
'Version': '13.3',
|
'Label': '',
|
||||||
'NotAutomatic': '',
|
'NotAutomatic': '',
|
||||||
'ButAutomaticUpgrades': '',
|
'ButAutomaticUpgrades': '',
|
||||||
|
'Origin': 'packagecloud.io/varnishcache/varnish30',
|
||||||
'Path': prefix + '/' + 'wheezy',
|
'Path': prefix + '/' + 'wheezy',
|
||||||
'Prefix': prefix,
|
'Prefix': prefix,
|
||||||
'SkipContents': True,
|
'SkipContents': True,
|
||||||
|
|||||||
Reference in New Issue
Block a user