add unauthorized catch code for common test runner
This commit is contained in:
@@ -27,10 +27,11 @@ PARAMS_RENAMES = {
|
|||||||
CATCH_CODES = {
|
CATCH_CODES = {
|
||||||
'missing': 404,
|
'missing': 404,
|
||||||
'conflict': 409,
|
'conflict': 409,
|
||||||
|
'unauthorized': 401,
|
||||||
}
|
}
|
||||||
|
|
||||||
# test features we have implemented
|
# test features we have implemented
|
||||||
IMPLEMENTED_FEATURES = ('gtelte', 'stash_in_path', 'headers')
|
IMPLEMENTED_FEATURES = ('gtelte', 'stash_in_path', 'headers', 'catch_unauthorized')
|
||||||
|
|
||||||
# broken YAML tests on some releases
|
# broken YAML tests on some releases
|
||||||
SKIP_TESTS = {
|
SKIP_TESTS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user