From 82dd444f811ad2b2b76fae4e240acbf9d118ab2f Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 13 Aug 2021 12:44:56 +0200 Subject: [PATCH] update workflow only at exit --- datajob_tests/stepfunctions/test_stepfunctions_workflow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/datajob_tests/stepfunctions/test_stepfunctions_workflow.py b/datajob_tests/stepfunctions/test_stepfunctions_workflow.py index 720d4bd..7038bec 100644 --- a/datajob_tests/stepfunctions/test_stepfunctions_workflow.py +++ b/datajob_tests/stepfunctions/test_stepfunctions_workflow.py @@ -169,6 +169,7 @@ def test_update_stepfunctions_continuously(self): Update: this continous update causes duplicate states. removing it for now. + https://github.com/vincentclaes/datajob/pull/126 """ task1 = stepfunctions_workflow.task(SomeMockedClass("task1"))