Skip to content

Commit f836ea0

Browse files
committed
fix: incorrect x5c header encoding in jwt
1 parent f9dbf02 commit f836ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyeudiw/tests/satosa/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
from pyeudiw.jwt.jwe_helper import JWEHelper
5555
from pyeudiw.satosa.utils.response import JsonResponse
5656
from pyeudiw.tests.x509.test_x509 import gen_chain
57-
from pyeudiw.x509.verify import to_pem_list
57+
from pyeudiw.x509.verify import PEM_cert_to_B64DER_cert, to_pem_list
5858
from pyeudiw.jwk.parse import parse_pem
5959

6060
PKEY = {

0 commit comments

Comments
 (0)