Commit e7d517bd authored by Lucas Carvalho's avatar Lucas Carvalho

Fixed the tests acording to commit a4eed283.

parent 6376f720
......@@ -25,8 +25,8 @@ class GenerateSignatureScriptTest(unittest.TestCase):
self.priv_file_descritor = tempfile.NamedTemporaryFile()
self.signature_certificate_file = self.pub_file_descriptor.name
self.signature_private_key_file = self.priv_file_descritor.name
self.arg_list = ('--signature-public-file', self.signature_certificate_file,
'--signature-private-file', self.signature_private_key_file,
self.arg_list = ('--signature-certificate-file', self.signature_certificate_file,
'--signature-private-key-file', self.signature_private_key_file,
'--country', 'BR, aze, AEAZE, ZEAZE',
'--state-name', 'Campos',
'--locality-name', 'Rio de Janeiro',
......
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