File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -601,10 +601,10 @@ def test_importers_view_num_queries_view(self):
601601 with self .assertMaxQueries (9 ):
602602 self .client .get (reverse ("admin:component_catalog_package_import" ))
603603
604- with self .assertMaxQueries (4 ):
604+ with self .assertMaxQueries (5 ):
605605 self .client .get (reverse ("admin:organization_owner_import" ))
606606
607- with self .assertMaxQueries (10 ):
607+ with self .assertMaxQueries (11 ):
608608 self .client .get (reverse ("admin:component_catalog_component_import" ))
609609
610610 def test_component_import_keywords (self ):
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ def test_product_portfolio_detail_view_tab_dependency_view(self):
267267 resolved_to_package = package2 ,
268268 )
269269
270- with self .assertMaxQueries (9 ):
270+ with self .assertMaxQueries (10 ):
271271 response = self .client .get (url )
272272 self .assertContains (response , "4 results" )
273273
@@ -289,7 +289,7 @@ def test_product_portfolio_detail_view_tab_vulnerability_queryset(self):
289289 self .assertEqual (4 , product1 .packages .vulnerable ().count ())
290290
291291 url = product1 .get_url ("tab_vulnerabilities" )
292- with self .assertMaxQueries (11 ):
292+ with self .assertMaxQueries (12 ):
293293 response = self .client .get (url )
294294 self .assertContains (response , "4 results" )
295295
You can’t perform that action at this time.
0 commit comments