Commit a6ca9a52 authored by Xiaowu Zhang's avatar Xiaowu Zhang

test_registry_client: typos

parent 103f75ef
......@@ -93,7 +93,7 @@ class TestRegistryClientInteract(unittest.TestCase):
client.cert = x509.Cert(ca.name, key.name, cert.name)
ca.close()
cert.close()
# cert.decrpty use key file, close after entire test
# cert.decrypt use key file, close after entire test
self.addCleanup(key.close)
# verfiy cn and prefix
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment