test(postgres): fix test_multiple_dynamic_fields_group_order for Postgres
This commit is contained in:
parent
af08b40c09
commit
d910dbff19
1 changed files with 1 additions and 1 deletions
|
|
@ -1275,7 +1275,7 @@ class TestQuery(IntegrationTestCase):
|
|||
query = frappe.qb.get_query(
|
||||
"DocType",
|
||||
fields=["module", "module.app_name", "name"],
|
||||
group_by="module, module.app_name",
|
||||
group_by="module, module.app_name, name",
|
||||
order_by="module.app_name",
|
||||
)
|
||||
result = query.run(as_dict=True)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue