Skip to content

Commit 2364780

Browse files
Rodrigo-Novasocelotl
authored andcommitted
refactor: add value and group on tests
1 parent 86f56ef commit 2364780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: opentelemetry-instrumentation/tests/test_distro.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_load_instrumentor(self):
5151
distro = MockDistro()
5252

5353
instrumentor = MockInstrumetor()
54-
entry_point = MockEntryPoint(MockInstrumetor)
54+
entry_point = MockEntryPoint(MockInstrumetor, value="opentelemetry", group="opentelemetry_distro")
5555

5656
self.assertFalse(instrumentor._is_instrumented_by_opentelemetry)
5757
distro.load_instrumentor(entry_point)

0 commit comments

Comments
 (0)