You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "tatiana (via GitHub)" <gi...@apache.org> on 2023/02/23 02:55:06 UTC

[GitHub] [airflow] tatiana commented on a diff in pull request #29714: Add database check_migrations config

tatiana commented on code in PR #29714:
URL: https://github.com/apache/airflow/pull/29714#discussion_r1115193904


##########
tests/cli/commands/test_scheduler_command.py:
##########
@@ -73,6 +73,23 @@ def test_skip_serve_logs(self, mock_process, mock_scheduler_job, executor):
             scheduler_command.scheduler(args)
             with pytest.raises(AssertionError):
                 mock_process.assert_has_calls([mock.call(target=serve_logs)])
+    @mock.patch.dict(

Review Comment:
   How can I change the configuration value `[database][check_migrations]` in the tests? This did not work, and neither did line 89.



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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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