We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3871219 commit 878f539Copy full SHA for 878f539
instrumentation/opentelemetry-instrumentation-aws-lambda/tests/test_aws_lambda_instrumentation_manual.py
@@ -172,7 +172,7 @@ def test_active_tracing_semconv_opt_in(self):
172
# Using Active tracing
173
_X_AMZN_TRACE_ID: MOCK_XRAY_TRACE_CONTEXT_SAMPLED,
174
# Opt into new semconv
175
- _OTEL_SEMCONV_STABILITY_OPT_IN_KEY: "faas"
+ _OTEL_SEMCONV_STABILITY_OPT_IN_KEY: "faas",
176
},
177
)
178
test_env_patch.start()
@@ -205,7 +205,7 @@ def test_active_tracing_semconv_opt_in_dup(self):
205
206
207
208
- _OTEL_SEMCONV_STABILITY_OPT_IN_KEY: "faas/dup"
+ _OTEL_SEMCONV_STABILITY_OPT_IN_KEY: "faas/dup",
209
210
211
0 commit comments