pankajastro commented on code in PR #26146:
URL: https://github.com/apache/airflow/pull/26146#discussion_r967082359
##########
tests/ti_deps/deps/test_trigger_rule_dep.py:
##########
@@ -151,7 +151,7 @@ def test_one_failure_tr_success(self, get_task_instance):
dep_statuses = tuple(
TriggerRuleDep()._evaluate_trigger_rule(
ti=ti,
- successes=0,
+ successes=1,
Review Comment:
I think by mistake I made this change. I have reverted it. thanks for
pointing it out.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]