We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f56ef commit 2364780Copy full SHA for 2364780
opentelemetry-instrumentation/tests/test_distro.py
@@ -51,7 +51,7 @@ def test_load_instrumentor(self):
51
distro = MockDistro()
52
53
instrumentor = MockInstrumetor()
54
- entry_point = MockEntryPoint(MockInstrumetor)
+ entry_point = MockEntryPoint(MockInstrumetor, value="opentelemetry", group="opentelemetry_distro")
55
56
self.assertFalse(instrumentor._is_instrumented_by_opentelemetry)
57
distro.load_instrumentor(entry_point)
0 commit comments