Skip to content

Commit 6c93900

Browse files
dtorokocelotl
authored andcommitted
Fixing unit test after rebase
1 parent 47eb88f commit 6c93900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def custom_event_context_extractor(lambda_event):
289289
expected_state_value=MOCK_W3C_TRACE_STATE_VALUE,
290290
xray_traceid=MOCK_XRAY_TRACE_CONTEXT_NOT_SAMPLED,
291291
expected_baggage=MOCK_W3C_BAGGAGE_VALUE,
292+
propagators="tracecontext,baggage",
292293
),
293294
]
294295
for test in tests:

0 commit comments

Comments
 (0)