Browse Source

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

Signed-off-by: stefan <[email protected]>
stefan 9 năm trước cách đây
mục cha
commit
11329e779b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/acceptance/cli_test.py

+ 1 - 1
tests/acceptance/cli_test.py

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