aboutsummaryrefslogtreecommitdiff
path: root/tests/test_rfc3274.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_rfc3274.py')
-rw-r--r--tests/test_rfc3274.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/test_rfc3274.py b/tests/test_rfc3274.py
index a8137fd..a024b77 100644
--- a/tests/test_rfc3274.py
+++ b/tests/test_rfc3274.py
@@ -57,11 +57,9 @@ XQ7u2qbaKFtZ7V96NH8ApkUFkg==
def testOpenTypes(self):
substrate = pem.readBase64fromText(self.compressed_data_pem_text)
-
- rfc5652.cmsContentTypesMap.update(rfc3274.cmsContentTypesMapUpdate)
asn1Object, rest = der_decode(substrate,
- asn1Spec=self.asn1Spec,
- decodeOpenTypes=True)
+ asn1Spec=self.asn1Spec,
+ decodeOpenTypes=True)
assert not rest
assert asn1Object.prettyPrint()
assert der_encode(asn1Object) == substrate