You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/04 21:01:56 UTC

[GitHub] [airflow] ashb commented on a change in pull request #12816: Configuration.getsection now copes with sections that only exist in user config

ashb commented on a change in pull request #12816:
URL: https://github.com/apache/airflow/pull/12816#discussion_r536377388



##########
File path: tests/core/test_configuration.py
##########
@@ -375,6 +377,11 @@ def test_getsection(self):
             test_conf.getsection('testsection'),
         )
 
+        self.assertEqual(
+            OrderedDict([('key', 'value')]),
+            test_conf.getsection('new_section'),
+        )
+

Review comment:
       I think I got what you mean -- check now?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org