From 2be7e614580fa34d3290fee63538d15dfcf6eb1a Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 12 Jul 2024 13:19:14 -0700 Subject: [PATCH] code review feedback --- app/notify_client/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/notify_client/__init__.py b/app/notify_client/__init__.py index 9324ff7df..384c2ee3d 100644 --- a/app/notify_client/__init__.py +++ b/app/notify_client/__init__.py @@ -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