Merge "Fix the typo in tests"

This commit is contained in:
Jenkins
2016-11-25 15:28:39 +00:00
committed by Gerrit Code Review
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()