Fix the typo in tests
TrivialFix Change-Id: Iff395c1e17764898437ec260918a538501308150
This commit is contained in:
@@ -170,7 +170,7 @@ class TestNfvoPlugin(db_base.SqlTestCase):
|
||||
auth_url='http://localhost:5000',
|
||||
vim_project={'name': 'test_project'},
|
||||
auth_cred={'username': 'test_user', 'user_domain_id': 'default',
|
||||
'project_domain_d': 'default'})
|
||||
'project_domain_id': 'default'})
|
||||
session.add(vim_db)
|
||||
session.add(vim_auth_db)
|
||||
session.flush()
|
||||
|
||||
@@ -197,7 +197,7 @@ class TestVNFMPlugin(db_base.SqlTestCase):
|
||||
auth_url='http://localhost:5000',
|
||||
vim_project={'name': 'test_project'},
|
||||
auth_cred={'username': 'test_user', 'user_domain_id': 'default',
|
||||
'project_domain_d': 'default'})
|
||||
'project_domain_id': 'default'})
|
||||
session.add(vim_db)
|
||||
session.add(vim_auth_db)
|
||||
session.flush()
|
||||
|
||||
Reference in New Issue
Block a user