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