Skip to content

Commit

Permalink
PRMDR-579 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS authored Jan 9, 2024
1 parent 9e63948 commit 7c99143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/services/oidc_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class OidcService:
"verify_iss": True,
}

AAL_EXEMPT_ENVIRONMENTS = ["dev"]
AAL_EXEMPT_ENVIRONMENTS = ["dev", "test"]

def __init__(self):
self._client_id = ""
Expand Down

0 comments on commit 7c99143

Please sign in to comment.