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/06/21 07:54:16 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #9436: More user-friendly message on incorrect configuration

mik-laj commented on a change in pull request #9436:
URL: https://github.com/apache/airflow/pull/9436#discussion_r443192863



##########
File path: tests/test_configuration.py
##########
@@ -223,7 +223,12 @@ def test_getboolean(self):
 key8 = true #123
 """
         test_conf = AirflowConfigParser(default_config=test_config)
-        with self.assertRaises(ValueError):
+        with self.assertRaisesRegexp(

Review comment:
       ```suggestion
           with self.assertRaisesRegex(
   ```




----------------------------------------------------------------
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