Skip to content

Commit d82185e

Browse files
fix comment
1 parent 6b06283 commit d82185e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def tearDown(self):
3737

3838
def test_copycontext(self):
3939
"""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
40+
when the request calls functions where the context has been
41+
copied via `flask.copy_current_request_context`
4242
"""
4343
self.app = flask.Flask(__name__)
4444
self.app.route("/copy_context")(

0 commit comments

Comments
 (0)