Skip to content

Commit

Permalink
IWF-157: Fixing linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stevo89519 committed Sep 30, 2024
1 parent 80a1d72 commit 474e40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iwf/tests/test_abnormal_exit_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class TestAbnormalWorkflow(unittest.TestCase):
def test_abnormal_exit_workflow(self):
wf_id = f"{inspect.currentframe().f_code.co_name}-{time.time_ns()}"
startOptions = WorkflowOptions(
workflow_id_reuse_policy=IDReusePolicy.ALLOW_IF_PREVIOUS_EXITS_ABNORMALLY
)
workflow_id_reuse_policy=IDReusePolicy.ALLOW_IF_PREVIOUS_EXITS_ABNORMALLY
)

client.start_workflow(AbnormalExitWorkflow, wf_id, 100, "input", startOptions)
with self.assertRaises(WorkflowFailed):
Expand Down

0 comments on commit 474e40c

Please sign in to comment.