mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 22:23:12 +08:00
Apply suggestions from code review
Co-authored-by: Yusuke Tsutsumi <tsutsumi.yusuke@gmail.com>
This commit is contained in:
@ -65,7 +65,7 @@ class TestDBApiIntegration(TestBase):
|
|||||||
span.status.status_code, trace_api.status.StatusCode.UNSET,
|
span.status.status_code, trace_api.status.StatusCode.UNSET,
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_span_succeeded_without_capture_of_statement_parameters(self):
|
def test_span_succeeded_with_capture_of_statement_parameters(self):
|
||||||
connection_props = {
|
connection_props = {
|
||||||
"database": "testdatabase",
|
"database": "testdatabase",
|
||||||
"server_host": "testhost",
|
"server_host": "testhost",
|
||||||
|
Reference in New Issue
Block a user