mirror of
https://github.com/docker/compose.git
synced 2025-07-20 12:14:41 +02:00
Fix integration test on Docker for Mac
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
3dec600d82
commit
9759f27fa6
@ -32,7 +32,7 @@ class TestHandleConnectionErrors(object):
|
|||||||
raise ConnectionError()
|
raise ConnectionError()
|
||||||
|
|
||||||
_, args, _ = mock_logging.error.mock_calls[0]
|
_, args, _ = mock_logging.error.mock_calls[0]
|
||||||
assert "Couldn't connect to Docker daemon at" in args[0]
|
assert "Couldn't connect to Docker daemon" in args[0]
|
||||||
|
|
||||||
def test_api_error_version_mismatch(self, mock_logging):
|
def test_api_error_version_mismatch(self, mock_logging):
|
||||||
with pytest.raises(errors.ConnectionError):
|
with pytest.raises(errors.ConnectionError):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user