mirror of https://github.com/docker/compose.git
Merge pull request #3943 from aanand/fix-integration-test-on-docker-for-mac
Fix integration test on Docker for Mac
This commit is contained in:
commit
1b2354c6f4
|
@ -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