Skip to content

Commit e51ca85

Browse files
Jeny Sadadiagctucker
Jeny Sadadia
authored andcommitted
api.models: rename Node status to 'complete'
Node.status value 'complete' is more appropriate than 'completed' to denote completed node. Signed-off-by: Jeny Sadadia <[email protected]>
1 parent 1801fee commit e51ca85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def validate(cls, value):
3636
class StatusValues(enum.Enum):
3737
"""Enumeration to declare values to be used for Node.status"""
3838

39-
COMPLETED = "completed"
39+
COMPLETE = "complete"
4040
PENDING = "pending"
4141
TIMEOUT = "timeout"
4242

0 commit comments

Comments
 (0)