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 6a1a90c commit 5e3c313Copy full SHA for 5e3c313
tests/panels/test_history.py
@@ -41,7 +41,8 @@ def test_post_json(self):
41
"/",
42
data=data,
43
content_type="application/json",
44
- CONTENT_TYPE="application/json", # Force django test client to add the content-type even if no data
+ # Force django test client to add the content-type even if no data
45
+ CONTENT_TYPE="application/json",
46
)
47
response = self.panel.process_request(self.request)
48
self.panel.generate_stats(self.request, response)
@@ -82,6 +83,7 @@ class HistoryViewsTestCase(IntegrationTestCase):
82
83
"CachePanel",
84
"SignalsPanel",
85
"CommunityPanel",
86
+ "TasksPanel",
87
"ProfilingPanel",
88
}
89
0 commit comments