We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670c09a commit 0929d8bCopy full SHA for 0929d8b
instrumentation/opentelemetry-instrumentation-flask/tests/test_automatic.py
@@ -82,7 +82,9 @@ def test_exluded_urls_explicit(self):
82
83
def test_no_op_tracer_provider(self):
84
FlaskInstrumentor().uninstrument()
85
- FlaskInstrumentor().instrument(tracer_provider=trace_api.NoOpTracerProvider())
+ FlaskInstrumentor().instrument(
86
+ tracer_provider=trace_api.NoOpTracerProvider()
87
+ )
88
89
self.app = flask.Flask(__name__)
90
self.app.route("/hello/<int:helloid>")(self._hello_endpoint)
0 commit comments