add unauthorized catch code for common test runner

This commit is contained in:
Honza Král
2017-01-03 15:07:28 +01:00
parent b9ba12977f
commit 75bc46f506
@@ -27,10 +27,11 @@ PARAMS_RENAMES = {
CATCH_CODES = {
'missing': 404,
'conflict': 409,
'unauthorized': 401,
}
# 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
SKIP_TESTS = {