Test fix for scanner

This commit is contained in:
zandercymatics 2023-10-18 14:15:40 -06:00
parent 9c6a6ef12a
commit ffcfb9818b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 18 additions and 11 deletions

View file

@ -17,15 +17,18 @@ from registrar.utility.errors import (
NameserverErrorCodes as nsErrorCodes,
)
from epplibwrapper import (
CLIENT as registry,
commands,
common as epp,
extensions,
info as eppInfo,
RegistryError,
ErrorCode,
)
try:
from epplibwrapper import (
CLIENT as registry,
commands,
common as epp,
extensions,
info as eppInfo,
RegistryError,
ErrorCode,
)
except Exception:
pass
from registrar.models.utility.contact_error import ContactError, ContactErrorCodes