Merge "Remove unnecessary calls to self.config()"
This commit is contained in:
commit
969b4d9aa1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user