Skip to content

Commit

Permalink
Merge "Enable exception format checking in the tests."
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jan 14, 2013
2 parents 04235b5 + 42bd9c7 commit 2a851d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keystone/test.py
Expand Up @@ -32,6 +32,7 @@
from keystone.common import utils
from keystone.common import wsgi
from keystone import config
from keystone import exception
from keystone import identity
from keystone import policy
from keystone import token
Expand Down Expand Up @@ -187,6 +188,7 @@ def setUp(self):
testsdir('test_overrides.conf')])
self.mox = mox.Mox()
self.stubs = stubout.StubOutForTesting()
self.stubs.Set(exception, '_FATAL_EXCEPTION_FORMAT_ERRORS', True)

def config(self, config_files):
CONF(args=[], project='keystone', default_config_files=config_files)
Expand Down

0 comments on commit 2a851d8

Please sign in to comment.