mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 14:08:47 -04:00
@@ -178,7 +178,7 @@ class KeyType(Enum):
|
||||
TEST = "test"
|
||||
|
||||
|
||||
class JobStatusType(Enum):
|
||||
class JobStatus(Enum):
|
||||
PENDING = "pending"
|
||||
IN_PROGRESS = "in progress"
|
||||
FINISHED = "finished"
|
||||
|
||||
Reference in New Issue
Block a user