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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 3c5bcaa0cc Fix Celery Provider 
`TestFlowerCommand::test_run_command_daemon` (#38143)
3c5bcaa0cc is described below

commit 3c5bcaa0cc7f6b4571e3b9b2eba4b139edc3d4b0
Author: Andrey Anshin <andrey.ans...@taragol.is>
AuthorDate: Thu Mar 14 14:55:31 2024 +0400

    Fix Celery Provider `TestFlowerCommand::test_run_command_daemon` (#38143)
---
 tests/providers/celery/cli/test_celery_command.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/providers/celery/cli/test_celery_command.py 
b/tests/providers/celery/cli/test_celery_command.py
index e960cc7b4e..67c28570ab 100644
--- a/tests/providers/celery/cli/test_celery_command.py
+++ b/tests/providers/celery/cli/test_celery_command.py
@@ -337,6 +337,7 @@ class TestFlowerCommand:
         assert mock_setup_locations.mock_calls == [
             mock.call(
                 process="flower",
+                pid="/tmp/flower.pid",
                 stdout="/tmp/flower-stdout.log",
                 stderr="/tmp/flower-stderr.log",
                 log="/tmp/flower.log",

Reply via email to