You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
def test_subject_alt_names_none(self, httpbin_builtin_cert):
"""Pass."""
store = cert_human.CertStore.from_path(httpbin_builtin_cert)
> assert store.subject_alt_names == [] # nosec
E AssertionError: assert ['localhost', '127.0.0.1'] == []
E Left contains 2 more items, first extra item: 'localhost'
E Use -v to get the full diff