mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
Fix tests in CI
This commit is contained in:
parent
8ea7b98a37
commit
b5ea6c8e39
4 changed files with 19 additions and 12 deletions
|
@ -21,6 +21,7 @@ try:
|
|||
CLIENT = Client(OP)
|
||||
logger.debug("client initialized %s" % CLIENT)
|
||||
except Exception as err:
|
||||
CLIENT = None # type: ignore
|
||||
logger.warning(err)
|
||||
logger.warning("Unable to configure OpenID Connect provider. Users cannot log in.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue