Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c4402f

Browse files
thomasleveilpmcollins
andcommittedJul 21, 2023
Update instrumentation/opentelemetry-instrumentation-asgi/tests/test_asgi_middleware.py
Co-authored-by: Pablo Collins <[email protected]>
1 parent 4937c51 commit 6c4402f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎instrumentation/opentelemetry-instrumentation-asgi/tests/test_asgi_middleware.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ def test_asgi_issue_1883(
809809
self, mock_collect_custom_request_headers_attributes
810810
):
811811
"""
812-
Test that exception UnboundLocalError local variable 'start' referenced before assignment is not raises
812+
Test that exception UnboundLocalError local variable 'start' referenced before assignment is not raised
813813
See https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1883
814814
"""
815815
app = otel_asgi.OpenTelemetryMiddleware(simple_asgi)

0 commit comments

Comments
 (0)
Please sign in to comment.