File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
readthedocs/proxito/tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -701,7 +701,7 @@ def test_number_of_queries_project_version_slug(self):
701
701
active = True ,
702
702
)
703
703
704
- with self .assertNumQueries (21 ):
704
+ with self .assertNumQueries (20 ):
705
705
r = self .client .get (
706
706
reverse ("proxito_readthedocs_docs_addons" ),
707
707
{
@@ -730,7 +730,7 @@ def test_number_of_queries_url(self):
730
730
active = True ,
731
731
)
732
732
733
- with self .assertNumQueries (21 ):
733
+ with self .assertNumQueries (20 ):
734
734
r = self .client .get (
735
735
reverse ("proxito_readthedocs_docs_addons" ),
736
736
{
@@ -766,7 +766,7 @@ def test_number_of_queries_url_subproject(self):
766
766
active = True ,
767
767
)
768
768
769
- with self .assertNumQueries (25 ):
769
+ with self .assertNumQueries (24 ):
770
770
r = self .client .get (
771
771
reverse ("proxito_readthedocs_docs_addons" ),
772
772
{
@@ -792,7 +792,7 @@ def test_number_of_queries_url_translations(self):
792
792
language = language ,
793
793
)
794
794
795
- with self .assertNumQueries (25 ):
795
+ with self .assertNumQueries (24 ):
796
796
r = self .client .get (
797
797
reverse ("proxito_readthedocs_docs_addons" ),
798
798
{
You can’t perform that action at this time.
0 commit comments