Fix mock in keystone tests for new config

Change-Id: I2919a82005332059bbaf522e2f5838da2884d9ed
This commit is contained in:
Bryan D. Payne 2015-02-20 13:03:06 -08:00
parent 51bf23a996
commit 09eaf15dc6

View File

@ -32,7 +32,7 @@ class AuthKeystoneTests(unittest.TestCase):
def test_auth_login(self):
config = 'pecan.conf.__values__'
config = "anchor.jsonloader.conf._config"
data = {'auth': {'keystone': {'url': 'http://localhost:35357'}}}
with mock.patch.dict(config, data):