fix(tests): update tag properties in create tag test

This commit is contained in:
charlie
2026-01-03 22:27:02 +08:00
parent 9bd5390c0c
commit ce5017fca5

View File

@@ -350,7 +350,7 @@
(is (= (get tag4 "title") title) "get tag with uuid")))
(testing "create tag with tagProperties"
(let [tag-props [{:name "prop1" :schema {:type "string"}}
(let [tag-props [{:name "prop1"}
{:name "prop2" :schema {:type "number"}}
{:name "prop3" :schema {:type "checkbox"}}]
tag (ls-api-call! :editor.createTag "tag-with-props" {:tagProperties tag-props})