Fix tests in CI

This commit is contained in:
Seamus Johnston 2022-09-30 08:08:19 -05:00
parent 8ea7b98a37
commit b5ea6c8e39
No known key found for this signature in database
GPG key ID: 2F21225985069105
4 changed files with 19 additions and 12 deletions

View file

@ -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.")