This is an automated email from the ASF dual-hosted git repository.

jhtimmins pushed a commit to branch pr/13394
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit bcfb1c393f21e7f8dac0905cfd0fbdf2bae03480
Author: James Timmins <[email protected]>
AuthorDate: Thu May 6 19:38:22 2021 -0700

    Increase the number of expected queries in test.
---
 tests/www/test_views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/www/test_views.py b/tests/www/test_views.py
index 36e7272..3e3623d 100644
--- a/tests/www/test_views.py
+++ b/tests/www/test_views.py
@@ -519,7 +519,7 @@ class TestAirflowBaseViews(TestBase):
         )
 
     def test_index(self):
-        with assert_queries_count(43):
+        with assert_queries_count(44):
             resp = self.client.get('/', follow_redirects=True)
         self.check_content_in_response('DAGs', resp)
 

Reply via email to