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 d7f1ce0 commit 08e817cCopy full SHA for 08e817c
instrumentation/opentelemetry-instrumentation-django/tests/test_middleware.py
@@ -1055,7 +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(mock_wsgi_request)
+ "http.request.header.test_wsgirequest_header": str(
1059
+ mock_wsgi_request
1060
+ )
1061
1062
1063
formatted_attributes = (
0 commit comments