Skip to content

Commit 491c051

Browse files
Update instrumentation/opentelemetry-instrumentation-asgi/tests/test_asgi_middleware.py
Co-authored-by: Pablo Collins <[email protected]>
1 parent 0516bfc commit 491c051

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)