diff options
Diffstat (limited to 'app/test/api')
-rw-r--r-- | app/test/api/responders_test/test_data/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/test/api/responders_test/test_data/base.py b/app/test/api/responders_test/test_data/base.py index 3dbd6f4..d320340 100644 --- a/app/test/api/responders_test/test_data/base.py +++ b/app/test/api/responders_test/test_data/base.py @@ -89,6 +89,7 @@ CONSTANTS_BY_NAMES = { "pending", "running", "completed", + "completed_with_errors", "failed", "aborted" ], |