mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 09:43:54 +02:00
Test
This commit is contained in:
parent
f672d15b00
commit
a10ddccd0e
2 changed files with 12 additions and 15 deletions
|
@ -234,7 +234,8 @@ class EPPLibWrapper:
|
|||
|
||||
try:
|
||||
# Initialize epplib
|
||||
CLIENT = EPPLibWrapper()
|
||||
#CLIENT = EPPLibWrapper()
|
||||
CLIENT = None
|
||||
logger.info("registry client initialized")
|
||||
except Exception:
|
||||
CLIENT = None # type: ignore
|
||||
|
|
|
@ -16,20 +16,16 @@ from registrar.utility.errors import (
|
|||
NameserverError,
|
||||
NameserverErrorCodes as nsErrorCodes,
|
||||
)
|
||||
|
||||
try:
|
||||
from epplibwrapper import (
|
||||
CLIENT as registry,
|
||||
commands,
|
||||
common as epp,
|
||||
extensions,
|
||||
info as eppInfo,
|
||||
RegistryError,
|
||||
ErrorCode,
|
||||
)
|
||||
except Exception as err:
|
||||
print(f"err is {err}")
|
||||
pass
|
||||
|
||||
from epplibwrapper import (
|
||||
CLIENT as registry,
|
||||
commands,
|
||||
common as epp,
|
||||
extensions,
|
||||
info as eppInfo,
|
||||
RegistryError,
|
||||
ErrorCode,
|
||||
)
|
||||
|
||||
from registrar.models.utility.contact_error import ContactError, ContactErrorCodes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue