From a409ae1dcbfef839eee80182f5c1de964a517b58 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 30 Apr 2014 13:28:28 -0500 Subject: we should use der rather than ber Doesn't make a difference in this specific case but it is correct. --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/utils.py') diff --git a/tests/utils.py b/tests/utils.py index c80e97b7..5c0e2343 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -18,7 +18,7 @@ import collections import re from contextlib import contextmanager -from pyasn1.codec.ber import encoder +from pyasn1.codec.der import encoder from pyasn1.type import namedtype, univ import pytest -- cgit v1.2.3