chore: remove unused link icon type (#30469)

This commit is contained in:
ga_o
2026-01-06 11:10:06 +09:00
committed by GitHub
parent 7e3bfb9250
commit eccf79a710
4 changed files with 7 additions and 6 deletions

View File

@ -114,7 +114,7 @@ class TestAppModelValidation:
def test_icon_type_validation(self):
"""Test icon type enum values."""
# Assert
assert {t.value for t in IconType} == {"image", "emoji"}
assert {t.value for t in IconType} == {"image", "emoji", "link"}
def test_app_desc_or_prompt_with_description(self):
"""Test desc_or_prompt property when description exists."""