Skip to content

Commit

Permalink
disable certificate validation for SI test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekram committed Nov 1, 2020
1 parent c09648b commit 1f62d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyas2lib/tests/test_advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ def setUp(self):
verify_cert_ca=self.sb2bi_public_ca,
encrypt_cert=self.sb2bi_public_key,
encrypt_cert_ca=self.sb2bi_public_ca,
validate_certs=False
)
self.partner.load_verify_cert()
self.partner.load_encrypt_cert()
Expand Down

0 comments on commit 1f62d26

Please sign in to comment.