You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/05/12 02:35:05 UTC

[airflow] branch master updated: Fix typo. 'zobmies' => 'zombies'. (#8832)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4375607  Fix typo. 'zobmies' => 'zombies'. (#8832)
4375607 is described below

commit 43756074106b32b6a94fb292f7dd8f720b540621
Author: James Timmins <ja...@astronomer.io>
AuthorDate: Mon May 11 19:34:16 2020 -0700

    Fix typo. 'zobmies' => 'zombies'. (#8832)
---
 tests/utils/test_dag_processing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/utils/test_dag_processing.py b/tests/utils/test_dag_processing.py
index 3e25687..384c0da 100644
--- a/tests/utils/test_dag_processing.py
+++ b/tests/utils/test_dag_processing.py
@@ -171,7 +171,7 @@ class TestDagFileProcessorManager(unittest.TestCase):
             session.query(TI).delete()
             session.query(LJ).delete()
 
-    def test_handle_failure_callback_with_zobmies_are_correctly_passed_to_dag_file_processor(self):
+    def test_handle_failure_callback_with_zombies_are_correctly_passed_to_dag_file_processor(self):
         """
         Check that the same set of failure callback with zombies are passed to the dag
         file processors until the next zombie detection logic is invoked.