Skip to content

Commit cb4898a

Browse files
committed
- Added correct logger import to test_local_methods.py
1 parent abebc28 commit cb4898a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_local_methods.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
from cryptography import x509
2121
from cryptography.hazmat.backends import default_backend
2222

23-
import logger
2423
from assets import POLICY_CLOUD1, POLICY_TPP1, EXAMPLE_CSR, EXAMPLE_CHAIN
2524
from pem import parse_pem, Certificate
26-
from vcert import CloudConnection, KeyType, TPPConnection, CertificateRequest, ZoneConfig, CertField, FakeConnection
25+
from vcert import CloudConnection, KeyType, TPPConnection, CertificateRequest, ZoneConfig, CertField, FakeConnection, \
26+
logger
2727

2828
pkcs12_enc_cert = """-----BEGIN CERTIFICATE-----
2929
MIICljCCAX6gAwIBAgIRAO8Qp6LUsgVDQrxHXX1LUV4wDQYJKoZIhvcNAQENBQAw

0 commit comments

Comments
 (0)