Skip to content

Commit 3132e15

Browse files
authored
Removed error_condition that is no longer error
1 parent 6352c78 commit 3132e15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +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,
743-
"nonconformant-X_BE_CONN_10": InvalidDigest,
742+
"wrong-sign-cert-digest": InvalidDigest,
744743
"sigPolStore-noDigest": InvalidInput,
745744
}
746745
for sig_file in glob(os.path.join(os.path.dirname(__file__), "xades", "*.xml")):

0 commit comments

Comments
 (0)