Skip to content

Commit 48d72f6

Browse files
committed
Bump default API version
Signed-off-by: Joffrey F <[email protected]>
1 parent da2b797 commit 48d72f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DEFAULT_DOCKER_API_VERSION = '1.19'
1+
DEFAULT_DOCKER_API_VERSION = '1.20'
22
DEFAULT_TIMEOUT_SECONDS = 60
33
STREAM_HEADER_SIZE_BYTES = 8
44
CONTAINER_LIMITS_KEYS = [

tests/integration_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ def test_ro(self):
279279
logs = logs.decode('utf-8')
280280
self.assertIn(self.filename, logs)
281281

282-
self.assertIn(self.filename, logs)
283282
inspect_data = self.client.inspect_container(container)
284283
self.check_container_data(inspect_data, False)
285284

0 commit comments

Comments
 (0)