Skip to content

Commit 1d92c81

Browse files
Fix datadog metrics
1 parent 9744a30 commit 1d92c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/metrics/datadog/test_metrics_datadog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def lambda_handler(event, context):
7777
# THEN ColdStart metric and function_name and service dimension should be logged
7878
# THEN use the env var function_name (second priority)
7979
assert "ColdStart" in logs
80-
assert "example_fn_constructor" in logs
80+
assert "example_fn_env_var" in logs
8181

8282

8383
def test_datadog_write_to_log_with_env_variable(capsys, monkeypatch):

0 commit comments

Comments
 (0)