mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 13:16:16 +08:00
Merge remote-tracking branch 'upstream/main' into feat/human-input-merge-again
This commit is contained in:
@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user