Forgot to set the flag for the test

This commit is contained in:
Vishvananda Ishaya
2011-08-23 13:44:21 -07:00
parent ddba1c0be5
commit df99c1f5d9

View File

@@ -147,6 +147,7 @@ class _AuthManagerBaseTestCase(test.TestCase):
'/services/Cloud'))
def test_can_get_credentials(self):
self.flags(use_deprecated_auth=True)
st = {'access': 'access', 'secret': 'secret'}
with user_and_project_generator(self.manager, user_state=st) as (u, p):
credentials = self.manager.get_environment_rc(u, p)