mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 02:52:18 +08:00
Replace assertEqualSpanInstrumentationInfo with assertEqualSpanInstrumentationScope (#3037)
* Replace assertInstInfo with assertInstScope * Update Changelog * Fix order of other changelog entries
This commit is contained in:
@ -45,7 +45,7 @@ class TestPyMysqlIntegration(TestBase):
|
||||
span = spans_list[0]
|
||||
|
||||
# Check version and name in span's instrumentation info
|
||||
self.assertEqualSpanInstrumentationInfo(
|
||||
self.assertEqualSpanInstrumentationScope(
|
||||
span, opentelemetry.instrumentation.pymysql
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user