mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 11:29:25 +02:00
tests for login_callback
This commit is contained in:
parent
6820456286
commit
9dff75d392
2 changed files with 55 additions and 5 deletions
|
@ -27,11 +27,13 @@ def _initialize_client():
|
|||
CLIENT = Client(OP)
|
||||
logger.debug("Client initialized: %s" % CLIENT)
|
||||
|
||||
|
||||
def _client_is_none():
|
||||
""" Return if the CLIENT is currently None."""
|
||||
"""Return if the CLIENT is currently None."""
|
||||
global CLIENT
|
||||
return CLIENT is None
|
||||
|
||||
|
||||
# Initialize CLIENT
|
||||
try:
|
||||
_initialize_client()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue