Merge pull request #33310 from sokumon/fix-ui-test

fix(test): insert translation
This commit is contained in:
Soham Kulkarni 2025-07-14 14:25:18 +05:30 committed by GitHub
commit 41f23905a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()