test: remove invalid assertion (#24101)
This workspace no longer exists so test fails.
This commit is contained in:
parent
b0d73336a5
commit
1a9aba2858
1 changed files with 0 additions and 4 deletions
|
|
@ -16,10 +16,6 @@ class TestPage(FrappeTestCase):
|
|||
frappe.NameError,
|
||||
frappe.get_doc(dict(doctype="Page", page_name="DocType", module="Core")).insert,
|
||||
)
|
||||
self.assertRaises(
|
||||
frappe.NameError,
|
||||
frappe.get_doc(dict(doctype="Page", page_name="Settings", module="Core")).insert,
|
||||
)
|
||||
|
||||
@unittest.skipUnless(
|
||||
os.access(frappe.get_app_path("frappe"), os.W_OK), "Only run if frappe app paths is writable"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue