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 ac5e638 commit f1e0929Copy full SHA for f1e0929
tests/panels/test_request.py
@@ -5,6 +5,7 @@
5
6
rf = RequestFactory()
7
8
+
9
class RequestPanelTestCase(BaseTestCase):
10
panel_id = "RequestPanel"
11
@@ -15,7 +16,6 @@ def test_non_ascii_session(self):
15
16
self.assertIn("où", self.panel.content)
17
18
def test_object_with_non_ascii_repr_in_request_params(self):
-
19
request = rf.get("/non_ascii_request/")
20
response = self.panel.process_request(request)
21
self.panel.generate_stats(request, response)
0 commit comments