Skip to content

Commit

Permalink
change ip in test
Browse files Browse the repository at this point in the history
  • Loading branch information
arykalin committed Nov 14, 2019
1 parent ef33314 commit 4086589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/venafi_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ def _check_certificate_validity(self, cert):
self.changed_message.append("IP addresses in request: %s and in "
"certificate: %s are different"
% (sorted(self.ip_addresses), ips))
# return False
print("test")
self.changed_message.append("CN is %s" % cn)
return False
expected_dns = self.san_dns.append(cn)
if expected_dns and sorted(expected_dns) != sorted(dns):
self.changed_message.append("DNS addresses in request and in "
Expand Down

0 comments on commit 4086589

Please sign in to comment.