Skip to content

Commit f203284

Browse files
committed
Change import path
1 parent c9082b6 commit f203284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmh_admin_portal_backend/lambdas/lambda_authorizer/tests/test_lambda_authorizer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import time
77
from jwt.exceptions import InvalidAudienceError, ExpiredSignatureError
88
from unittest.mock import patch
9-
from lambda_authorizer import lambda_authorizer
9+
import lambda_authorizer
1010
from cryptography.hazmat.primitives.asymmetric import rsa
1111
from cryptography.hazmat.primitives import serialization
1212
from jwcrypto import jwk

0 commit comments

Comments
 (0)