We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47ffe3 commit 993ed42Copy full SHA for 993ed42
opentelemetry-sdk/tests/resources/test_resources.py
@@ -806,5 +806,7 @@ def test_resource_detector_entry_points_host(self):
806
)
807
def test_resource_detector_entry_points_tolerate_missing_detector(self):
808
resource = Resource({}).create()
809
+ self.assertEqual(
810
+ resource.attributes["telemetry.sdk.language"], "python"
811
+ )
812
self.assertIn(HOST_NAME, resource.attributes)
- self.assertIn(HOST_ARCH, resource.attributes)
0 commit comments