mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 06:03:21 +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,
|
||||
)
|
||||
|
||||
def test_span_succeeded_without_capture_of_statement_parameters(self):
|
||||
def test_span_succeeded_with_capture_of_statement_parameters(self):
|
||||
connection_props = {
|
||||
"database": "testdatabase",
|
||||
"server_host": "testhost",
|
||||
|
Reference in New Issue
Block a user