Skip to content

Commit 79667ec

Browse files
authored
Merge pull request #110 from Venafi/pm_updates
Fixed error on import declarations of test modules
2 parents 3cd5367 + 89919d6 commit 79667ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_vaas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
from cryptography.hazmat.primitives.asymmetric.ec import EllipticCurvePrivateKey
2626
from cryptography.x509.oid import NameOID
2727

28-
from policy import KeyPair, DefaultKeyPair, PolicySpecification
2928
from test_env import CLOUD_ZONE, CLOUD_APIKEY, CLOUD_URL, RANDOM_DOMAIN
3029
from test_pm import get_policy_obj, get_defaults_obj
3130
from test_utils import random_word, enroll, renew, renew_by_thumbprint, renew_without_key_reuse, simple_enroll, \
3231
get_vaas_zone
3332
from vcert import CloudConnection, KeyType, CertificateRequest, CustomField, logger, CSR_ORIGIN_SERVICE
33+
from vcert.policy import KeyPair, DefaultKeyPair, PolicySpecification
3434

3535
log = logger.get_child("test-vaas")
3636

0 commit comments

Comments
 (0)