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 67aa9ac commit af1776cCopy full SHA for af1776c
instrumentation/opentelemetry-instrumentation-django/tests/views.py
@@ -82,10 +82,3 @@ async def async_with_custom_header(request):
82
response.headers["custom-test-header-1"] = "test-header-value-1"
83
response.headers["custom-test-header-2"] = "test-header-value-2"
84
return response
85
-
86
-class DummyMiddleware:
87
- def __init__(self, get_response):
88
- self.get_response = get_response
89
90
- def __call__(self, request):
91
- return self.get_response(request)
0 commit comments