summaryrefslogtreecommitdiff
path: root/tempest/api/identity/admin/v3/test_trusts.py
diff options
context:
space:
mode:
authornayna-patel <nayna.patel@hp.com>2015-08-04 11:07:56 +0000
committernayna-patel <nayna.patel@hp.com>2015-08-05 06:33:13 +0000
commit1dfbedb320f5ab3c1b007ff7767754e48f1c8419 (patch)
treed0db5fc35361ef8071294bde2daac291e5834634 /tempest/api/identity/admin/v3/test_trusts.py
parent4ec06d749a02bfd54e8d8a3c8a12f43262f7a306 (diff)
downloadtempest-1dfbedb320f5ab3c1b007ff7767754e48f1c8419.tar.gz
Fixed Typos
This submission fixes typos for the following files - 1. tempest/api/identity/admin/v3/test_trusts.py 2. tempest/clients.py 3. tempest/cmd/javelin.py 4. tempest/stress/actions/volume_attach_verify.py Change-Id: Ia0a161a9b35701494a6e049204f6f5d21ba3e327
Diffstat (limited to 'tempest/api/identity/admin/v3/test_trusts.py')
-rw-r--r--tempest/api/identity/admin/v3/test_trusts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/api/identity/admin/v3/test_trusts.py b/tempest/api/identity/admin/v3/test_trusts.py
index 1ac34eb5c..8fe24c7b2 100644
--- a/tempest/api/identity/admin/v3/test_trusts.py
+++ b/tempest/api/identity/admin/v3/test_trusts.py
@@ -245,7 +245,7 @@ class TrustsV3TestJSON(BaseTrustsV3Test):
@test.idempotent_id('3e48f95d-e660-4fa9-85e0-5a3d85594384')
def test_trust_expire_invalid(self):
- # Test case to check we can check an invlaid expiry time
+ # Test case to check we can check an invalid expiry time
# is rejected with the correct error
# with an expiry specified
expires_str = 'bad.123Z'