added failing test that ensures that named volume will not be printed with a mode suffix

Signed-off-by: stefan <think@hotmail.de>
This commit is contained in:
stefan 2016-06-30 14:07:57 +02:00 committed by Joffrey F
parent 31b2d9176b
commit 11329e779b
1 changed files with 1 additions and 1 deletions

2
tests/acceptance/cli_test.py Normal file → Executable file
View File

@ -222,7 +222,7 @@ class CLITestCase(DockerClientTestCase):
'other': {
'image': 'busybox:latest',
'command': 'top',
'volumes': ['/data:rw'],
'volumes': ['/data'],
},
},
}