Skip to content

Commit d869125

Browse files
Add new mandatory vcr_json_body_normalizers parameter when calling ddapm_test_agent.agent.make_app()
1 parent 543564f commit d869125

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pytest==7.4.4
22
requests==2.32.2
33
flask==3.0.2
44
msgpack==1.0.8
5-
git+https://github.com/Datadog/dd-apm-test-agent@v1.40.0
5+
git+https://github.com/Datadog/dd-apm-test-agent@v1.50.0

test/integration-test/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def __init__(self, host: str, port: int) -> None:
187187
vcr_ci_mode=False,
188188
vcr_provider_map="",
189189
vcr_ignore_headers="",
190+
vcr_json_body_normalizers="",
190191
dd_site="",
191192
dd_api_key="",
192193
disable_llmobs_data_forwarding=False,

test/integration-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.8"
66
dependencies = [
77
"pytest>=7.4.4",
88
"requests>=2.31.0",
9-
"ddapm-test-agent>=1.40.0",
9+
"ddapm-test-agent>=1.50.0",
1010
"aiohttp>=3.9.0",
1111
"msgpack>=1.0.0",
1212
]

0 commit comments

Comments
 (0)