We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b06283 commit d82185eCopy full SHA for d82185e
instrumentation/opentelemetry-instrumentation-flask/tests/test_copy_context.py
@@ -37,8 +37,8 @@ def tearDown(self):
37
38
def test_copycontext(self):
39
"""Test that instrumentation tear down does not blow up
40
- when the request thread spawn children threads and the request
41
- context is copied to the children threads
+ when the request calls functions where the context has been
+ copied via `flask.copy_current_request_context`
42
"""
43
self.app = flask.Flask(__name__)
44
self.app.route("/copy_context")(
0 commit comments