From 6c4402f44bc5ff19b6b9c1edeae5489ab3aee6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=89VEIL?= Date: Mon, 17 Jul 2023 21:17:20 +0200 Subject: [PATCH] Update instrumentation/opentelemetry-instrumentation-asgi/tests/test_asgi_middleware.py Co-authored-by: Pablo Collins --- .../tests/test_asgi_middleware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)