mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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:
parent
31b2d9176b
commit
11329e779b
2
tests/acceptance/cli_test.py
Normal file → Executable file
2
tests/acceptance/cli_test.py
Normal file → Executable file
@ -222,7 +222,7 @@ class CLITestCase(DockerClientTestCase):
|
||||
'other': {
|
||||
'image': 'busybox:latest',
|
||||
'command': 'top',
|
||||
'volumes': ['/data:rw'],
|
||||
'volumes': ['/data'],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user