Skip to content

Commit e1530e1

Browse files
authored
32450 - Removed unused get_account_fees (#3629)
1 parent 4314a88 commit e1530e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

auth-api/src/auth_api/services/products.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
get_product_notification_data,
5757
get_product_notification_type,
5858
)
59-
from auth_api.utils.pay import get_account_fees
6059
from auth_api.utils.roles import CLIENT_ADMIN_ROLES, CLIENT_AUTH_ROLES, GOV_ORG_TYPES, STAFF
6160
from auth_api.utils.user_context import UserContext, user_context
6261

auth-api/tests/unit/api/test_org.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,10 @@ def test_add_same_org_409(client, jwt, session, keycloak_mock): # pylint:disabl
624624

625625

626626
def test_create_govn_org_with_products_single_staff_review_task(client, jwt, session, keycloak_mock, monkeypatch): # pylint:disable=unused-argument
627-
"""Assert creating a GOVN org with product subscriptions creates only the org staff review task, not a product task.
628-
Also asserts _check_gov_org_add_product_previously_approved: after approving org task, user removes
629-
product then re-adds -> task_create_org (ACCOUNT_REVIEW+COMPLETED+ACTIVE).
627+
"""Ensure GOVN org creation creates only a staff review task.
628+
629+
Verify task status updates correctly when a product is re-added
630+
after approval.
630631
"""
631632
patch_pay_account_post(monkeypatch)
632633

0 commit comments

Comments
 (0)