mirror of https://github.com/docker/compose.git
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()
|
||||
|
||||
_, 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):
|
||||
with pytest.raises(errors.ConnectionError):
|
||||
|
|
Loading…
Reference in New Issue