Skip to content

Commit c2599b1

Browse files
committed
Revert test change to confirm bug.
1 parent a25a9a7 commit c2599b1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/panels/test_settings.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
from ..base import IntegrationTestCase
44

55

6-
@override_settings(
7-
DEBUG=True,
8-
RANDOM_SETTING=bytes.fromhex(
9-
"a3f2b8c14e972d5a8fb3c7291a64e0859c472bf63d18a0945e73b2c84f917ae2"
10-
),
11-
)
6+
@override_settings(DEBUG=True)
127
class SettingsIntegrationTestCase(IntegrationTestCase):
138
def test_panel_title(self):
149
response = self.client.get("/regular/basic/")

0 commit comments

Comments
 (0)