Skip to content
Snippets Groups Projects
Commit 9e182ad8 authored by Rémy Baranx (bar)'s avatar Rémy Baranx (bar)
Browse files

[FIX] hr_hollidays: update query count in tests

As `calendar` module has been modified, the query count used in hr_hollidays tests,
is not right anymore so it has been adjusted.

Part-of: odoo/odoo#82863
parent e61e2db1
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@ class TestCompanyLeave(SavepointCase):
})
company_leave._compute_date_from_to()
count = 732
count = 734
with self.assertQueryCount(__system__=count, admin=count):
# Original query count: 1987
# Without tracking/activity context keys: 5154
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment