Skip to content

Commit

Permalink
Update tests/test_hazmat.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adi Roiban <[email protected]>
  • Loading branch information
hynek and adiroiban authored Jan 14, 2024
1 parent e1f1bd5 commit 08e7343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hazmat.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_no_cert_patterns(self):
CertificateError,
match="Certificate does not contain any `subjectAltName`s.",
):
verify_service_identity([], [], [])
verify_service_identity(cert_patterns=[], obligatory_ids=[], optional_ids=[])

def test_dns_id_success(self):
"""
Expand Down

0 comments on commit 08e7343

Please sign in to comment.