From 59d264857ab017c7372c4c741f752c8bfc96116f Mon Sep 17 00:00:00 2001 From: Zach Aysan Date: Fri, 6 Dec 2024 20:40:10 +0000 Subject: [PATCH] Switch from NOTE to TODO with issue linked --- api/tests/unit/features/test_unit_features_views.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/tests/unit/features/test_unit_features_views.py b/api/tests/unit/features/test_unit_features_views.py index 16c44103cc23..893bf7238e6a 100644 --- a/api/tests/unit/features/test_unit_features_views.py +++ b/api/tests/unit/features/test_unit_features_views.py @@ -2720,8 +2720,10 @@ def test_list_features_n_plus_1_without_rbac( environment: Environment, ) -> None: """ - NOTE: When running locally, this test can come up with an extra query. - It should be tested against CI to ensure it passes. + TODO: When running locally, this test can come up with an extra query. + It should be tested against CI to ensure it passes, but it would + be even better to solve the underlying issue while runnig locally. + See: https://github.com/Flagsmith/flagsmith/issues/4898 """ _assert_list_feature_n_plus_1( staff_client,