Correcting wrong spelling of various

Change-Id: I6b9e8427c1e212c30e3293e68402e9250e7b3fa8
This commit is contained in:
Vishakha Agarwal 2019-01-11 12:15:15 +05:30
parent 921da38316
commit f81afc7ce6
1 changed files with 4 additions and 4 deletions

View File

@ -497,7 +497,7 @@ class MappingRuleEngineTests(unit.BaseTestCase):
domain_id=mapping_fixtures.LOCAL_DOMAIN)
def test_user_identifications_name(self):
"""Test varius mapping options and how users are identified.
"""Test various mapping options and how users are identified.
This test calls mapped.setup_username() for propagating user object.
@ -522,7 +522,7 @@ class MappingRuleEngineTests(unit.BaseTestCase):
self.assertEqual('jsmith', display_name)
def test_user_identifications_name_and_federated_domain(self):
"""Test varius mapping options and how users are identified.
"""Test various mapping options and how users are identified.
This test calls mapped.setup_username() for propagating user object.
@ -545,7 +545,7 @@ class MappingRuleEngineTests(unit.BaseTestCase):
self.assertEqual('abc123%40example.com', unique_id)
def test_user_identification_id(self):
"""Test varius mapping options and how users are identified.
"""Test various mapping options and how users are identified.
This test calls mapped.setup_username() for propagating user object.
@ -585,7 +585,7 @@ class MappingRuleEngineTests(unit.BaseTestCase):
self.assertEqual('remote_user', display_name)
def test_user_identification_id_and_name(self):
"""Test varius mapping options and how users are identified.
"""Test various mapping options and how users are identified.
This test calls mapped.setup_username() for propagating user object.