We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4937c51 commit 6c4402fCopy full SHA for 6c4402f
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