phani8996 commented on a change in pull request #4194: [AIRFLOW-3352] Fix 
showing config on RBAC UI when expose_config is False
URL: https://github.com/apache/incubator-airflow/pull/4194#discussion_r234397259
 
 

 ##########
 File path: tests/www_rbac/test_views.py
 ##########
 @@ -448,13 +448,23 @@ def test_refresh(self):
 
 
 class TestConfigurationView(TestBase):
-    def test_configuration(self):
+    def test_configuration_do_not_expose_config(self):
         self.logout()
         self.login()
+        conf.set("webserver", "expose_config", "False")
 
 Review comment:
   My bad, i added it in wrong direction 😅😅

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to