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 3003b16998 Fixed failing main on too fast merged change (#31967)
3003b16998 is described below

commit 3003b16998a936b331b7f8367a8189a769f47f39
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Jun 16 20:23:57 2023 +0200

    Fixed failing main on too fast merged change (#31967)
    
    Merged #31961 - as a typo one-letter-fix thinking that - well it
    can't possibly cause any problems.
    
    Boy, how was I wrong.
---
 tests/jobs/test_scheduler_job.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/jobs/test_scheduler_job.py b/tests/jobs/test_scheduler_job.py
index 82c0fafb90..7191a6ab55 100644
--- a/tests/jobs/test_scheduler_job.py
+++ b/tests/jobs/test_scheduler_job.py
@@ -377,7 +377,7 @@ class TestSchedulerJob:
             processor_subdir=None,
             msg="Executor reports task instance "
             "<TaskInstance: 
test_process_executor_events_with_callback.dummy_task test [queued]> "
-            "finished (failed) although the task says its queued. (Info: None) 
"
+            "finished (failed) although the task says it's queued. (Info: 
None) "
             "Was the task killed externally?",
         )
         
scheduler_job.executor.callback_sink.send.assert_called_once_with(task_callback)

Reply via email to