Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Akochavi committed Feb 5, 2023
1 parent 71ac057 commit 9d854ea
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,9 @@ def test_custom_tracer_provider_dbapi(self):

def test_no_op_tracer_provider(self):
db_integration = dbapi.DatabaseApiIntegration(
self.tracer, "testcomponent",
tracer_provider=trace_api.NoOpTracerProvider()
self.tracer,
"testcomponent",
tracer_provider=trace_api.NoOpTracerProvider(),
)

mock_connection = db_integration.wrapped_connection(
Expand Down

0 comments on commit 9d854ea

Please sign in to comment.