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 23de52c commit 37c5cdcCopy full SHA for 37c5cdc
instrumentation/opentelemetry-instrumentation-django/tests/test_middleware.py
@@ -1055,9 +1055,9 @@ def test_wsgi_request_handles_extraction_error(self):
1055
"http.request.header.test_wsgirequest_header": [mock_wsgi_request]
1056
}
1057
expected_attributes = {
1058
- "http.request.header.test_wsgirequest_header": str(
1059
- mock_wsgi_request
1060
- )
+ "http.request.header.test_wsgirequest_header": [
+ str(mock_wsgi_request)
+ ]
1061
1062
1063
formatted_attributes = (
0 commit comments