Fix mock in keystone tests for new config
Change-Id: I2919a82005332059bbaf522e2f5838da2884d9ed
This commit is contained in:
parent
51bf23a996
commit
09eaf15dc6
@ -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):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user