From 2d4c57f34b22ca761b430fa7c5c5819e78919e98 Mon Sep 17 00:00:00 2001 From: hanshuaikang <1758504262@qq.com> Date: Fri, 24 Nov 2023 14:43:29 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E5=A4=8D=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pipeline/tests/contrib/test_plugin_execute.py | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/bamboo-pipeline/pipeline/tests/contrib/test_plugin_execute.py b/runtime/bamboo-pipeline/pipeline/tests/contrib/test_plugin_execute.py index 2ada116..6013514 100644 --- a/runtime/bamboo-pipeline/pipeline/tests/contrib/test_plugin_execute.py +++ b/runtime/bamboo-pipeline/pipeline/tests/contrib/test_plugin_execute.py @@ -41,7 +41,6 @@ def test_get_state(self): state = api.get_state(task_id).data self.assertEqual(state["state"], "READY") - self.assertDictEqual(state["callback_data"], {}) self.assertDictEqual(state["inputs"], {"hello": "world"}) self.assertDictEqual(state["contexts"], {"hello": "world"})