Skip to content

Commit a640feb

Browse files
author
Aravindhan Palanisamy
committed
update test constant
1 parent 42f8271 commit a640feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nisystemlink/clients/test_plan/models/_workflow_definition.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class SubstateDefinition(JsonModel):
3232
label: Optional[str] = None
3333
"""The display label for the substate."""
3434

35-
available_actions: Optional[list[ActionTransitionDefinition]] = None
35+
available_actions: Optional[List[ActionTransitionDefinition]] = None
3636
"""List of actions that can be performed from this substate."""
3737

3838

@@ -48,7 +48,7 @@ class StateDefinition(JsonModel):
4848
default_substate: Optional[str] = None
4949
"""The name of the default substate for this state."""
5050

51-
substates: Optional[list[SubstateDefinition]] = None
51+
substates: Optional[List[SubstateDefinition]] = None
5252
"""A list of substates defined for this state."""
5353

5454

0 commit comments

Comments
 (0)