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 bde8436 commit 359977eCopy full SHA for 359977e
instrumentation/opentelemetry-instrumentation-dbapi/tests/test_dbapi_integration.py
@@ -523,7 +523,7 @@ def test_compatible_build_version_psycopg_libpq(self):
523
"Select 1;",
524
)
525
526
- def test_no_build_version_where_we_dont_instrument_the_root_module(
+ def test_no_libpq_version_when_we_dont_instrument_the_root_module(
527
self,
528
):
529
connect_module = mock.MagicMock()
0 commit comments