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 a25a9a7 commit c2599b1Copy full SHA for c2599b1
tests/panels/test_settings.py
@@ -3,12 +3,7 @@
3
from ..base import IntegrationTestCase
4
5
6
-@override_settings(
7
- DEBUG=True,
8
- RANDOM_SETTING=bytes.fromhex(
9
- "a3f2b8c14e972d5a8fb3c7291a64e0859c472bf63d18a0945e73b2c84f917ae2"
10
- ),
11
-)
+@override_settings(DEBUG=True)
12
class SettingsIntegrationTestCase(IntegrationTestCase):
13
def test_panel_title(self):
14
response = self.client.get("/regular/basic/")
0 commit comments