Merge "Remove unnecessary calls to self.config()"

This commit is contained in:
Jenkins 2014-03-11 11:51:11 +00:00 committed by Gerrit Code Review
commit 969b4d9aa1
2 changed files with 0 additions and 3 deletions

View File

@ -57,7 +57,6 @@ class NoMethodAuthPlugin(auth.AuthMethodHandler):
class TestAuthPlugin(tests.TestCase):
def setUp(self):
super(TestAuthPlugin, self).setUp()
self.config(self.config_files())
self.load_backends()
# need to register the token provider first because auth controller

View File

@ -91,8 +91,6 @@ class RestfulTestCase(rest.RestfulTestCase):
self.addCleanup(self.teardown_database)
def load_backends(self):
self.config(self.config_files())
self.setup_database()
# ensure the cache region instance is setup