generated from john/python-template
This commit is contained in:
@@ -63,7 +63,9 @@ class TestApiErrorResponses:
|
||||
(ErrorCategory.NOT_FOUND, 404, "not_found"),
|
||||
(ErrorCategory.CONFLICT, 409, "conflict"),
|
||||
(ErrorCategory.EXTERNAL_PROVIDER, 503, "external"),
|
||||
(ErrorCategory.EXTERNAL_TIMEOUT, 503, "timeout"),
|
||||
(ErrorCategory.INFRA_TRANSIENT, 503, "timeout"),
|
||||
(ErrorCategory.PROCESSING, 500, "internal"),
|
||||
(ErrorCategory.INFRA_PERSISTENT, 500, "internal"),
|
||||
(ErrorCategory.INTERNAL_UNEXPECTED, 500, "internal"),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user