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