mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +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:
|
try:
|
||||||
# Initialize epplib
|
# Initialize epplib
|
||||||
CLIENT = EPPLibWrapper()
|
#CLIENT = EPPLibWrapper()
|
||||||
|
CLIENT = None
|
||||||
logger.info("registry client initialized")
|
logger.info("registry client initialized")
|
||||||
except Exception:
|
except Exception:
|
||||||
CLIENT = None # type: ignore
|
CLIENT = None # type: ignore
|
||||||
|
|
|
@ -17,7 +17,6 @@ from registrar.utility.errors import (
|
||||||
NameserverErrorCodes as nsErrorCodes,
|
NameserverErrorCodes as nsErrorCodes,
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
|
||||||
from epplibwrapper import (
|
from epplibwrapper import (
|
||||||
CLIENT as registry,
|
CLIENT as registry,
|
||||||
commands,
|
commands,
|
||||||
|
@ -27,9 +26,6 @@ try:
|
||||||
RegistryError,
|
RegistryError,
|
||||||
ErrorCode,
|
ErrorCode,
|
||||||
)
|
)
|
||||||
except Exception as err:
|
|
||||||
print(f"err is {err}")
|
|
||||||
pass
|
|
||||||
|
|
||||||
from registrar.models.utility.contact_error import ContactError, ContactErrorCodes
|
from registrar.models.utility.contact_error import ContactError, ContactErrorCodes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue