Browse code

test/docker-py: Fix swarm encrypted failure

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>

Paweł Gronowski authored on 2026/06/12 22:43:03
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@ set -e
4 4
 source hack/make/.integration-test-helpers
5 5
 
6 6
 # The commit or tag to use for testing
7
-: "${DOCKER_PY_COMMIT:=059d371b576b9f324a16753e2a775b1f7731b6d0}" # master (v7.2.0-dev)
7
+: "${DOCKER_PY_COMMIT:=ae5dfe9111b1f4e9fafd4107a8ac4a3fa52644dc}" # master (v7.2.0-dev)
8 8
 
9 9
 # custom options to pass py.test
10 10
 #