Skip to content

Commit 5e3c313

Browse files
committed
Add TasksPanel to PANEL_KEYS in tests
1 parent 6a1a90c commit 5e3c313

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/panels/test_history.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def test_post_json(self):
4141
"/",
4242
data=data,
4343
content_type="application/json",
44-
CONTENT_TYPE="application/json", # Force django test client to add the content-type even if no data
44+
# Force django test client to add the content-type even if no data
45+
CONTENT_TYPE="application/json",
4546
)
4647
response = self.panel.process_request(self.request)
4748
self.panel.generate_stats(self.request, response)
@@ -82,6 +83,7 @@ class HistoryViewsTestCase(IntegrationTestCase):
8283
"CachePanel",
8384
"SignalsPanel",
8485
"CommunityPanel",
86+
"TasksPanel",
8587
"ProfilingPanel",
8688
}
8789

0 commit comments

Comments
 (0)