Commit 55f8937e authored by Łukasz Nowak's avatar Łukasz Nowak

Follow API change.

parent 92a7318e
......@@ -483,7 +483,8 @@ class TestNetworkcacheClient(LibNetworkCacheMixin):
shacache=self.shacache_url,
shadir=self.shadir_url,
signature_private_key_file=self.signature_private_key_file,
signature_certificate_file_list=[self.signature_certificate_file])
signature_certificate_list=[
open(self.signature_certificate_file).read()])
signature_string = nc._getSignatureString()
self.assertTrue(nc._verifySignatureInCertificateList(signature_string))
......
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