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 670c09a commit 0929d8b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ def test_exluded_urls_explicit(self):

def test_no_op_tracer_provider(self):
FlaskInstrumentor().uninstrument()
FlaskInstrumentor().instrument(tracer_provider=trace_api.NoOpTracerProvider())
FlaskInstrumentor().instrument(
tracer_provider=trace_api.NoOpTracerProvider()
)

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

0 comments on commit 0929d8b

Please sign in to comment.