fix(ui): address code review feedback on complimentary badge and aria attributes

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-07 20:17:07 +00:00
parent 97f85ce74e
commit 064ba72d36
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -621,7 +621,7 @@ class TestEnsureUserProfileAdmin:
@pytest.mark.unit
def test_admin_login_does_not_downgrade_existing_tier(self, au_session):
"""Existing admin profile with a paid tier keeps that tier on re-login."""
"""Existing admin profile with the highest tier keeps that tier on re-login."""
from app.auth import _ensure_user_profile
from app.utils.subscription import TIER_ORDER