summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@rackspace.com>2011-07-21 11:00:10 -0500
committerDolph Mathews <dolph.mathews@rackspace.com>2011-07-21 11:00:10 -0500
commit0c1dab520993ac40dbb0b2a298bff451c68dcbdc (patch)
tree1ad83b0cab27e76a7ea6046e623fc43dd46c5a5b
parent77e5404afeea308902f28f15959654e34e20e8ad (diff)
Noted potential issue, but I'm not sure if this is dead code or not anyway?
-rw-r--r--keystone/test/unit/base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/keystone/test/unit/base.py b/keystone/test/unit/base.py
index bfa56a61..b971cb0f 100644
--- a/keystone/test/unit/base.py
+++ b/keystone/test/unit/base.py
@@ -119,7 +119,8 @@ class ServiceAPITest(unittest.TestCase):
"""
db.unregister_models()
logger.debug("Cleared all data from database")
- db.register_models()
+ #TODO: You can't register models without passing in options
+ db.register_models(options=None)
def fixture_create_tenant(self, **kwargs):
"""