Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Fix make ci #2

@gluemaker

Description

@gluemaker

Describe the bug
Build broke:

    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

To Reproduce
https://travis-ci.org/lifehackjim/cert_human/builds/539246155?utm_medium=notification&utm_source=email

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions