Skip to content

Commit

Permalink
Bump ddapm-test-agent used in parametric tests to v1.17.0 (#2485)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mcculls and cbeauchesne authored May 24, 2024
1 parent 80e5bb8 commit 001875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parametric/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 001875c

Please sign in to comment.