Skip to content

Commit

Permalink
cryptography does not raise anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Draper committed Jan 31, 2023
1 parent b13b110 commit 53212ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration_tests/utils_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,6 @@ def test_merge_extra_filters_with_extras(self):
def test_ssl_certificate_parse(self):
parsed_certificate = parse_ssl_cert(ssl_certificate)
self.assertEqual(parsed_certificate.serial_number, 12355228710836649848)
self.assertRaises(CertificateException, parse_ssl_cert, "abc" + ssl_certificate)

def test_ssl_certificate_file_creation(self):
path = create_ssl_cert_file(ssl_certificate)
Expand Down

0 comments on commit 53212ed

Please sign in to comment.