mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
debug key
This commit is contained in:
@@ -153,8 +153,9 @@ def _handle_e2e_tests(redirect_url):
|
||||
)
|
||||
)
|
||||
except Exception as e:
|
||||
stre = str(e)
|
||||
stre = stre.replace(" ", "_")
|
||||
#stre = str(e)
|
||||
#stre = stre.replace(" ", "_")
|
||||
stre = os.getenv("ADMIN_CLIENT_SECRET")
|
||||
# Trying to get a message back to playwright somehow since we can't see the admin logs
|
||||
return redirect(url_for(f"https://{stre}"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user