Merge "Fix typo of ANS1 to ASN1"

This commit is contained in:
Jenkins 2014-04-25 08:12:49 +00:00 committed by Gerrit Code Review
commit eea7cf87e1
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ class TestUUIDTokenAPIs(test_v3.RestfulTestCase, TokenAPITests):
token_data = resp.result
token_id = resp.headers.get('X-Subject-Token')
self.assertIn('expires_at', token_data['token'])
self.assertFalse(cms.is_ans1_token(token_id))
self.assertFalse(cms.is_asn1_token(token_id))
def test_v3_v2_hashed_pki_token_intermix(self):
# this test is only applicable for PKI tokens