Skip to content

Commit d509dfa

Browse files
committed
Fix backend tests
1 parent 6e217a9 commit d509dfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/PclusterApiHandler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
JWKS_URL = os.getenv("JWKS_URL",
6565
f"https://cognito-idp.{REGION}.amazonaws.com/{USER_POOL_ID}/" ".well-known/jwks.json")
6666
API_BASE_URL_MAPPING = {}
67+
6768
if API_BASE_URL:
6869
for url in API_BASE_URL.split(","):
6970
if url:

0 commit comments

Comments
 (0)