Explorar o código

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

Signed-off-by: stefan <[email protected]>
stefan %!s(int64=9) %!d(string=hai) anos
pai
achega
11329e779b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'],
                 },
             },
         }