Skip to content

Commit

Permalink
making black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
msetina authored Mar 19, 2024
1 parent 3132e15 commit 0500462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ def test_xades_interop_examples(self):
"unsupported-signature-algorithm": InvalidInput,
"corrupted-cert": etree.DocumentInvalid, # FIXME - flaky validation
"cert-v2-wrong-digest": InvalidDigest,
"wrong-sign-cert-digest": InvalidDigest,
"wrong-sign-cert-digest": InvalidDigest,
"sigPolStore-noDigest": InvalidInput,
}
for sig_file in glob(os.path.join(os.path.dirname(__file__), "xades", "*.xml")):
Expand Down

0 comments on commit 0500462

Please sign in to comment.