summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2024-06-18 22:46:52 +0200
committerGitHub <noreply@github.com>2024-06-18 22:46:52 +0200
commit1b42af5004245787114b4d1b2819ae93b083d180 (patch)
tree5fff891651dbcb1b2b0ea51a33721bb2053f9026 /test
parenthuman_to_bytes: strictly parse strings (#83403) (diff)
downloadansible-1b42af5004245787114b4d1b2819ae93b083d180.tar.xz
ansible-1b42af5004245787114b4d1b2819ae93b083d180.zip
ansible-test: update http-test-container to 3.2.0 (#83469)
Diffstat (limited to 'test')
-rw-r--r--test/lib/ansible_test/_internal/commands/integration/cloud/httptester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/ansible_test/_internal/commands/integration/cloud/httptester.py b/test/lib/ansible_test/_internal/commands/integration/cloud/httptester.py
index 1bd6337610..886972eb08 100644
--- a/test/lib/ansible_test/_internal/commands/integration/cloud/httptester.py
+++ b/test/lib/ansible_test/_internal/commands/integration/cloud/httptester.py
@@ -31,7 +31,7 @@ class HttptesterProvider(CloudProvider):
def __init__(self, args: IntegrationConfig) -> None:
super().__init__(args)
- self.image = os.environ.get('ANSIBLE_HTTP_TEST_CONTAINER', 'quay.io/ansible/http-test-container:3.0.0')
+ self.image = os.environ.get('ANSIBLE_HTTP_TEST_CONTAINER', 'quay.io/ansible/http-test-container:3.2.0')
self.uses_docker = True