Skip to content

Commit de62862

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

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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)