Skip to content

Commit 0929d8b

Browse files
committed
wip
1 parent 670c09a commit 0929d8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

instrumentation/opentelemetry-instrumentation-flask/tests/test_automatic.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ def test_exluded_urls_explicit(self):
8282

8383
def test_no_op_tracer_provider(self):
8484
FlaskInstrumentor().uninstrument()
85-
FlaskInstrumentor().instrument(tracer_provider=trace_api.NoOpTracerProvider())
85+
FlaskInstrumentor().instrument(
86+
tracer_provider=trace_api.NoOpTracerProvider()
87+
)
8688

8789
self.app = flask.Flask(__name__)
8890
self.app.route("/hello/<int:helloid>")(self._hello_endpoint)

0 commit comments

Comments
 (0)