Skip to content

Commit 0500462

Browse files
authored
making black happy
1 parent 3132e15 commit 0500462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def test_xades_interop_examples(self):
739739
"unsupported-signature-algorithm": InvalidInput,
740740
"corrupted-cert": etree.DocumentInvalid, # FIXME - flaky validation
741741
"cert-v2-wrong-digest": InvalidDigest,
742-
"wrong-sign-cert-digest": InvalidDigest,
742+
"wrong-sign-cert-digest": InvalidDigest,
743743
"sigPolStore-noDigest": InvalidInput,
744744
}
745745
for sig_file in glob(os.path.join(os.path.dirname(__file__), "xades", "*.xml")):

0 commit comments

Comments
 (0)