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

wenjin272 pushed a commit to branch release-0.3
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/release-0.3 by this push:
     new 18a94a1a [test][python] Fix Action deserialize tests on release branch 
(#940)
18a94a1a is described below

commit 18a94a1a977b2ca52ba814e40afd63fb5a74c81f
Author: Wenjin Xie <[email protected]>
AuthorDate: Thu Jul 30 22:57:41 2026 +0800

    [test][python] Fix Action deserialize tests on release branch (#940)
    
    Co-authored-by: Codex <[email protected]>
---
 python/flink_agents/plan/tests/test_action.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/flink_agents/plan/tests/test_action.py 
b/python/flink_agents/plan/tests/test_action.py
index 9d9045c8..8d0793e8 100644
--- a/python/flink_agents/plan/tests/test_action.py
+++ b/python/flink_agents/plan/tests/test_action.py
@@ -136,7 +136,7 @@ def 
test_action_deserialize_python_config_propagates_reconstruction_error() -> N
                 "module": "flink_agents.plan.tests.test_action",
                 "qualname": "legal_signature",
             },
-            "trigger_conditions": ["_input_event"],
+            "listen_event_types": ["_input_event"],
             "config": {
                 "__config_type__": "python",
                 "broken": {
@@ -162,7 +162,7 @@ def 
test_action_deserialize_python_config_preserves_plain_list() -> None:
                 "module": "flink_agents.plan.tests.test_action",
                 "qualname": "legal_signature",
             },
-            "trigger_conditions": ["_input_event"],
+            "listen_event_types": ["_input_event"],
             "config": {
                 "__config_type__": "python",
                 "hosts": ["host-a", "host-b", "host-c"],

Reply via email to