Denormalize function defaults to latest version
Minor docs fix Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
66b395d950
commit
33424189d4
3 changed files with 3 additions and 3 deletions
|
|
@ -257,7 +257,7 @@ class CLITestCase(DockerClientTestCase):
|
|||
self.base_dir = 'tests/fixtures/v1-config'
|
||||
result = self.dispatch(['config'])
|
||||
assert yaml.load(result.stdout) == {
|
||||
'version': '2.0',
|
||||
'version': '2.1',
|
||||
'services': {
|
||||
'net': {
|
||||
'image': 'busybox',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue