mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
code review feedback
This commit is contained in:
@@ -62,6 +62,7 @@ class NotifyAdminAPIClient(BaseAPIClient):
|
|||||||
arg = str(arg)
|
arg = str(arg)
|
||||||
if "get-login-gov-user" in arg or "user/email" in arg or "/activate" in arg:
|
if "get-login-gov-user" in arg or "user/email" in arg or "/activate" in arg:
|
||||||
still_signing_in = True
|
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"):
|
if os.getenv("NOTIFY_E2E_TEST_EMAIL"):
|
||||||
# allow end-to-end tests to skip check
|
# allow end-to-end tests to skip check
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user