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 e07782f commit 7909d9cCopy full SHA for 7909d9c
tests/instrumentation/pyodbc_tests.py
@@ -45,7 +45,7 @@ def test_pyodbc_select(instrument, pyodbc_postgres_connection, elasticapm_client
45
cursor.fetchall()
46
elasticapm_client.end_transaction(None, "test-transaction")
47
finally:
48
- transactions = elasticapm_client.instrumentation_store.get_all()
+ transactions = elasticapm_client.transaction_store.get_all()
49
spans = transactions[0]['spans']
50
span = spans[0]
51
assert span['name'] == 'SELECT FROM test'
0 commit comments