We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0516bfc commit 491c051Copy full SHA for 491c051
instrumentation/opentelemetry-instrumentation-asgi/tests/test_asgi_middleware.py
@@ -809,7 +809,7 @@ def test_asgi_issue_1883(
809
self, mock_collect_custom_request_headers_attributes
810
):
811
"""
812
- 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
813
See https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1883
814
815
app = otel_asgi.OpenTelemetryMiddleware(simple_asgi)
0 commit comments