Fix a typo
Removed redundant 'the' Change-Id: I815548ae6c2bbccef5cf8b500c84b35104e5fdc5
This commit is contained in:
parent
56bdf7ae0e
commit
2b8b202689
octavia
@ -181,7 +181,7 @@ def _read_pem_blocks(data, *markers):
|
||||
|
||||
:param data: A long text string containing one or more PEM-encoded blocks
|
||||
:param markers: A tuple containing the test strings that indicate the
|
||||
start and end of the the PEM-encoded blocks
|
||||
start and end of the PEM-encoded blocks
|
||||
:returns: An ASN1 substrate suitable for DER decoding.
|
||||
|
||||
"""
|
||||
|
@ -87,7 +87,7 @@ class TestLocalGenerator(local_csr.BaseLocalCSRTestCase):
|
||||
self.assertEqual('v3', cert.version.name)
|
||||
|
||||
# Make sure this cert is marked as Server and Client Cert via the
|
||||
# The extended Key Usage extension
|
||||
# extended Key Usage extension
|
||||
self.assertIn(x509.oid.ExtendedKeyUsageOID.SERVER_AUTH,
|
||||
cert.extensions.get_extension_for_class(
|
||||
x509.ExtendedKeyUsage).value._usages)
|
||||
|
Loading…
x
Reference in New Issue
Block a user