code review feedback

This commit is contained in:
Kenneth Kehl
2024-07-12 13:19:14 -07:00
parent b50e90e6ee
commit 2be7e61458

View File

@@ -62,6 +62,7 @@ class NotifyAdminAPIClient(BaseAPIClient):
arg = str(arg)
if "get-login-gov-user" in arg or "user/email" in arg or "/activate" in arg:
still_signing_in = True
# TODO: Update this once E2E tests are managed by a feature flag or some other main config option.
if os.getenv("NOTIFY_E2E_TEST_EMAIL"):
# allow end-to-end tests to skip check
pass