fix: Set developer_mode explicitly
This commit is contained in:
parent
dbf180f368
commit
152f2fa798
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ class TestWebTemplate(unittest.TestCase):
|
|||
theme = self.create_tailwind_theme()
|
||||
theme.set_as_default()
|
||||
|
||||
frappe.conf.developer_mode = 1
|
||||
|
||||
set_request(method="GET", path="test-web-template")
|
||||
response = render()
|
||||
self.assertEquals(response.status_code, 200)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue