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 72d41e5 commit ea8d73dCopy full SHA for ea8d73d
instrumentation/opentelemetry-instrumentation-psycopg2/tests/test_psycopg2_integration.py
@@ -208,6 +208,7 @@ def test_instrument_connection_with_instrument(self):
208
self.assertEqual(len(spans_list), 0)
209
210
Psycopg2Instrumentor().instrument()
211
+ cnx = psycopg2.connect(database="test")
212
cnx = Psycopg2Instrumentor().instrument_connection(cnx)
213
cursor = cnx.cursor()
214
cursor.execute(query)
0 commit comments