Skip to content

Commit bce20a8

Browse files
committed
address cr feedback.
1 parent 2ef3c8b commit bce20a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_lambda.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,5 @@ def test_get_event_source_mapping(self):
292292
uuid = span.attributes.get(AWS_LAMBDA_RESOURCE_MAPPING_ID)
293293
self.assertIsNotNone(uuid)
294294
self.assertEqual(expected_uuid, uuid)
295+
self.assertIsNone(span.attributes.get(AWS_LAMBDA_FUNCTION_ARN))
296+
self.assertIsNone(span.attributes.get(AWS_LAMBDA_FUNCTION_NAME))

0 commit comments

Comments
 (0)