From 001875cc93a2cd0bbeb766129d011d01b931128f Mon Sep 17 00:00:00 2001 From: Stuart McCulloch Date: Fri, 24 May 2024 18:02:02 +0100 Subject: [PATCH] Bump ddapm-test-agent used in parametric tests to v1.17.0 (#2485) https://github.com/DataDog/dd-apm-test-agent/releases/tag/v1.17.0 This image also includes aiohttp (3.9.4) which improves parsing of multiform data in the tracer flare tests Co-authored-by: Charles de Beauchesne --- tests/parametric/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parametric/conftest.py b/tests/parametric/conftest.py index 273930c34f..696b2a7bbe 100644 --- a/tests/parametric/conftest.py +++ b/tests/parametric/conftest.py @@ -983,7 +983,7 @@ def test_agent( test_agent_external_port = get_open_port() with docker_run( - image="ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.15.0", + image="ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.17.0", name=test_agent_container_name, cmd=[], env=env,