adapt expectation

This commit is contained in:
Matthias Mair 2025-11-26 13:05:12 +01:00
parent fea966e30f
commit bb7cd733af
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 2 additions and 2 deletions

View File

@ -2065,8 +2065,8 @@ class PartListTests(PartAPITestBase):
if b and result['category'] is not None:
self.assertIn('category_detail', result)
# No more than 20 DB queries
self.assertLessEqual(len(ctx), 20)
# No more than 22 DB queries
self.assertLessEqual(len(ctx), 22)
def test_price_breaks(self):
"""Test that price_breaks parameter works correctly and efficiently."""