aboutsummaryrefslogtreecommitdiff
path: root/tests/test_rfc6019.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_rfc6019.py')
-rw-r--r--tests/test_rfc6019.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_rfc6019.py b/tests/test_rfc6019.py
index 311e49f..46cd75d 100644
--- a/tests/test_rfc6019.py
+++ b/tests/test_rfc6019.py
@@ -43,8 +43,6 @@ class BinarySigningTimeTestCase(unittest.TestCase):
def testOpenTypes(self):
substrate = pem.readBase64fromText(self.pem_text)
-
- rfc5652.cmsAttributesMap.update(rfc6019.cmsAttributesMapUpdate)
asn1Object, rest = der_decode(substrate,
asn1Spec=self.asn1Spec,
decodeOpenTypes=True)