mirror of
https://github.com/docker/compose.git
synced 2025-07-20 12:14:41 +02:00
Work around error message change in Engine
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
cba75627e1
commit
fbc275e06b
@ -238,7 +238,8 @@ class CLITestCase(DockerClientTestCase):
|
|||||||
|
|
||||||
assert 'Pulling simple (busybox:latest)...' in result.stderr
|
assert 'Pulling simple (busybox:latest)...' in result.stderr
|
||||||
assert 'Pulling another (nonexisting-image:latest)...' in result.stderr
|
assert 'Pulling another (nonexisting-image:latest)...' in result.stderr
|
||||||
assert 'Error: image library/nonexisting-image:latest not found' in result.stderr
|
assert 'Error: image library/nonexisting-image' in result.stderr
|
||||||
|
assert 'not found' in result.stderr
|
||||||
|
|
||||||
def test_build_plain(self):
|
def test_build_plain(self):
|
||||||
self.base_dir = 'tests/fixtures/simple-dockerfile'
|
self.base_dir = 'tests/fixtures/simple-dockerfile'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user