Skip to content

Commit 99f2149

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 664aec8 commit 99f2149

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/test_helpers_hcert.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,4 @@ def test_helpers_hcert_load_pem_hcert_dsc_with_unsupported_cert(self):
3636
with pytest.raises(ValueError) as err:
3737
load_pem_hcert_dsc(dsc)
3838
pytest.fail("load_pem_hcert_dsc() should fail.")
39-
assert (
40-
"Unsupported or unknown key type:"
41-
in str(err.value)
42-
)
39+
assert "Unsupported or unknown key type:" in str(err.value)

0 commit comments

Comments
 (0)