Skip to content

Commit 08e817c

Browse files
committed
Fix ruff
1 parent d7f1ce0 commit 08e817c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

instrumentation/opentelemetry-instrumentation-django/tests/test_middleware.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,9 @@ def test_wsgi_request_handles_extraction_error(self):
10551055
"http.request.header.test_wsgirequest_header": [mock_wsgi_request]
10561056
}
10571057
expected_attributes = {
1058-
"http.request.header.test_wsgirequest_header": str(mock_wsgi_request)
1058+
"http.request.header.test_wsgirequest_header": str(
1059+
mock_wsgi_request
1060+
)
10591061
}
10601062

10611063
formatted_attributes = (

0 commit comments

Comments
 (0)