mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 09:13:23 +08:00
More consistent assertion methods (#641)
* More consistent assertion methods * Updated core SHA
This commit is contained in:
@ -43,7 +43,7 @@ class TestMysqlIntegration(TestBase):
|
||||
span = spans_list[0]
|
||||
|
||||
# Check version and name in span's instrumentation info
|
||||
self.check_span_instrumentation_info(
|
||||
self.assertEqualSpanInstrumentationInfo(
|
||||
span, opentelemetry.instrumentation.mysql
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user