Removing redundant words

This patch removes some redundant words.

Change-Id: I60876b5fbd0933088c3edac33ba7a7c6fe121561
This commit is contained in:
Anh Tran 2016-03-25 10:06:14 +07:00
parent 4fe08f0742
commit c78e8f474d
2 changed files with 2 additions and 2 deletions

View File

@ -568,7 +568,7 @@ class MappingRuleEngineTests(unit.BaseTestCase):
- Check if the user has proper domain ('federated') set
- Check if the user has proper type set ('ephemeral')
- Check if display_name is properly set from the assertion
- Check if unique_id is properly set and and equal to value hardcoded
- Check if unique_id is properly set and equal to value hardcoded
in the mapping
This test does two iterations with different assertions used as input

View File

@ -24,7 +24,7 @@ class TestTrustOperations(test_v3.RestfulTestCase):
This module is specific to tests for trust CRUD operations. All other tests
related to trusts that are authentication or authorization specific should
live in in the keystone/tests/unit/test_v3_auth.py module.
live in the keystone/tests/unit/test_v3_auth.py module.
"""