We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d48a7 commit c269629Copy full SHA for c269629
opentelemetry-instrumentation/tests/auto_instrumentation/test_load.py
@@ -320,7 +320,7 @@ def test_load_instrumentors_no_entry_point_mocks(self):
320
distro_mock = Mock()
321
_load._load_instrumentors(distro_mock)
322
# this has no specific assert because it is run for every instrumentation
323
- self.assertTrue(True)
+ self.assertTrue(distro_mock)
324
325
def test_entry_point_dist_finder(self):
326
entry_point_finder = _load._EntryPointDistFinder()
0 commit comments