mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Remove stray print
A previous commit introduced a stray print operation. Remove it. Signed-off-by: Steven Dake <stdake@cisco.com>
This commit is contained in:
parent
a1cd00e3f0
commit
1d7247b67e
@ -422,7 +422,6 @@ class ServiceTest(DockerClientTestCase):
|
||||
def test_pid_mode_none_defined(self):
|
||||
service = self.create_service('web', pid=None)
|
||||
container = create_and_start_container(service)
|
||||
print 'STEAK %s' % (container.get('HostConfig.PidMode'))
|
||||
self.assertEqual(container.get('HostConfig.PidMode'), '')
|
||||
|
||||
def test_pid_mode_host(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user