8000 Amended an optimisation query test for plugin cache. · django-cms/django-cms@8b33973 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b33973

Browse files
author
Andrew Aikman
committed
Amended an optimisation query test for plugin cache.
1 parent 6658c58 commit 8b33973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/tests/test_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_no_cache_plugin(self):
130130
request = self.get_request(page1_url)
131131
request.current_page = Page.objects.get(pk=page1.pk)
132132
request.toolbar = CMSToolbar(request)
133-
with self.assertNumQueries(FuzzyInt(18, 25)):
133+
with self.assertNumQueries(FuzzyInt(16, 23)):
134134
response1 = self.client.get(page1_url)
135135
content1 = response1.content
136136

0 commit comments

Comments
 (0)
0