Skip to content

Commit ffb1dea

Browse files
committed
fix: telemetry test
1 parent f943f2a commit ffb1dea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/telemetry/test_writer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
("DD_APPSEC_SCA_ENABLED", "0", False),
3939
],
4040
)
41-
def test_app_started_event_configuration_override_asm(
41+
def fjgirhg(
4242
test_agent_session, run_python_code_in_subprocess, env_var, value, expected_value
4343
):
4444
"""asserts that asm configuration value is changed and queues a valid telemetry request"""
@@ -395,6 +395,7 @@ def test_app_started_event_configuration_override(test_agent_session, run_python
395395
{"name": "DD_USER_MODEL_LOGIN_FIELD", "origin": "default", "value": ""},
396396
{"name": "DD_USER_MODEL_NAME_FIELD", "origin": "default", "value": ""},
397397
{"name": "DD_VERSION", "origin": "default", "value": None},
398+
{"name": "DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED", "origin": "default", "value": False},
398399
{
399400
"name": "OTEL_EXPORTER_OTLP_ENDPOINT",
400401
"origin": "env_var",

0 commit comments

Comments
 (0)