From 48d72f670340b969d0e894cd6e368f76bd428bb8 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Tue, 22 Sep 2015 14:30:55 -0700 Subject: Bump default API version Signed-off-by: Joffrey F --- docker/constants.py | 2 +- tests/integration_test.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/constants.py b/docker/constants.py index 10a2fee..3647a3b 100644 --- a/docker/constants.py +++ b/docker/constants.py @@ -1,4 +1,4 @@ -DEFAULT_DOCKER_API_VERSION = '1.19' +DEFAULT_DOCKER_API_VERSION = '1.20' DEFAULT_TIMEOUT_SECONDS = 60 STREAM_HEADER_SIZE_BYTES = 8 CONTAINER_LIMITS_KEYS = [ diff --git a/tests/integration_test.py b/tests/integration_test.py index 228a2c5..763c863 100644 --- a/tests/integration_test.py +++ b/tests/integration_test.py @@ -279,7 +279,6 @@ class TestCreateContainerWithBinds(BaseTestCase): logs = logs.decode('utf-8') self.assertIn(self.filename, logs) - self.assertIn(self.filename, logs) inspect_data = self.client.inspect_container(container) self.check_container_data(inspect_data, False) -- cgit v1.2.1