Merge "api: Fix typo"
This commit is contained in:
@@ -194,7 +194,7 @@ def response_body_schema(
|
|||||||
kwargs
|
kwargs
|
||||||
)
|
)
|
||||||
except exception.ValidationError:
|
except exception.ValidationError:
|
||||||
if CONF.api.response_validation == 'warning':
|
if CONF.api.response_validation == 'warn':
|
||||||
LOG.exception('Schema failed to validate')
|
LOG.exception('Schema failed to validate')
|
||||||
else:
|
else:
|
||||||
raise
|
raise
|
||||||
|
|||||||
Reference in New Issue
Block a user