Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-instrumentation-asgi/tests/test_…
Browse files Browse the repository at this point in the history
…asgi_middleware.py

Co-authored-by: Pablo Collins <pablo.collins@gmail.com>
  • Loading branch information
thomasleveil and pmcollins committed Jul 21, 2023
1 parent 4937c51 commit 6c4402f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def test_asgi_issue_1883(
self, mock_collect_custom_request_headers_attributes
):
"""
Test that exception UnboundLocalError local variable 'start' referenced before assignment is not raises
Test that exception UnboundLocalError local variable 'start' referenced before assignment is not raised
See https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1883
"""
app = otel_asgi.OpenTelemetryMiddleware(simple_asgi)
Expand Down

0 comments on commit 6c4402f

Please sign in to comment.