Skip to content

Commit 878f539

Browse files
lint
1 parent 3871219 commit 878f539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-aws-lambda/tests/test_aws_lambda_instrumentation_manual.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_active_tracing_semconv_opt_in(self):
172172
# Using Active tracing
173173
_X_AMZN_TRACE_ID: MOCK_XRAY_TRACE_CONTEXT_SAMPLED,
174174
# Opt into new semconv
175-
_OTEL_SEMCONV_STABILITY_OPT_IN_KEY: "faas"
175+
_OTEL_SEMCONV_STABILITY_OPT_IN_KEY: "faas",
176176
},
177177
)
178178
test_env_patch.start()
@@ -205,7 +205,7 @@ def test_active_tracing_semconv_opt_in_dup(self):
205205
# Using Active tracing
206206
_X_AMZN_TRACE_ID: MOCK_XRAY_TRACE_CONTEXT_SAMPLED,
207207
# Opt into new semconv
208-
_OTEL_SEMCONV_STABILITY_OPT_IN_KEY: "faas/dup"
208+
_OTEL_SEMCONV_STABILITY_OPT_IN_KEY: "faas/dup",
209209
},
210210
)
211211
test_env_patch.start()

0 commit comments

Comments
 (0)