Skip to content

Commit f7b6ce3

Browse files
comment cleanup
1 parent 38e0e3e commit f7b6ce3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/compact-connect/lambdas/python/feature-flag/tests/function/test_statsig_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def test_upsert_flag_prod_environment_auto_enable_true_no_existing_flag(self, mo
490490
def test_upsert_flag_beta_environment_auto_enable_false_no_existing_rule_create_rule(
491491
self, mock_requests, mock_statsig
492492
):
493-
"""Test upsert in prod environment with autoEnable=True and no existing flag creates beta rule"""
493+
"""Test upsert in beta environment with autoEnable=True and no existing flag creates beta rule"""
494494
self._setup_mock_statsig(mock_statsig)
495495

496496
existing_flag = {
@@ -1072,7 +1072,7 @@ def test_upsert_flag_custom_attributes_as_string(self, mock_requests, mock_stats
10721072
@patch('feature_flag_client.Statsig')
10731073
@patch('feature_flag_client.requests')
10741074
def test_upsert_flag_custom_attributes_as_list(self, mock_requests, mock_statsig):
1075-
"""Test upsert_flag with custom attributes as list values - no conditions for test when auto_enable=False"""
1075+
"""Test upsert_flag with custom attributes as list values"""
10761076
self._setup_mock_statsig(mock_statsig)
10771077

10781078
# Mock GET request (flag doesn't exist)

0 commit comments

Comments
 (0)