Fix the typo in tests

TrivialFix
Change-Id: Iff395c1e17764898437ec260918a538501308150
This commit is contained in:
venkatamahesh
2016-11-23 16:20:59 +05:30
parent 97e3e46d3e
commit 096a737b62
2 changed files with 2 additions and 2 deletions
@@ -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()
+1 -1
View File
@@ -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()