Merge pull request #33310 from sokumon/fix-ui-test
fix(test): insert translation
This commit is contained in:
commit
41f23905a1
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ def insert_translations():
|
|||
]
|
||||
|
||||
for doc in translation:
|
||||
if not frappe.db.exists("doc"):
|
||||
if not frappe.db.exists(doc):
|
||||
frappe.get_doc(doc).insert()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue