Skip to content

Commit

Permalink
Update tests/unit/xtriggers/test_workflow_state.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver authored Jun 12, 2024
1 parent d4dc150 commit d59bc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/xtriggers/test_workflow_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def test_validate_fail_bad_id(id_):
'flow_num', ((4.25260), ('Belguim'))
)
def test_validate_fail_non_int_flow(flow_num):
"""Validate failur for non integer flow numbers."""
"""Validate failure for non integer flow numbers."""
with pytest.raises(WorkflowConfigError, match='must be an integer'):
validate({
'workflow_task_id': 'foo//1/bar',
Expand Down

0 comments on commit d59bc23

Please sign in to comment.