diff --git a/instrumentation/opentelemetry-instrumentation-asgi/tests/test_asgi_middleware.py b/instrumentation/opentelemetry-instrumentation-asgi/tests/test_asgi_middleware.py index c3b73f3ff3..cb22174482 100644 --- a/instrumentation/opentelemetry-instrumentation-asgi/tests/test_asgi_middleware.py +++ b/instrumentation/opentelemetry-instrumentation-asgi/tests/test_asgi_middleware.py @@ -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)