diff --git a/clj-e2e/test/logseq/e2e/plugins_basic_test.clj b/clj-e2e/test/logseq/e2e/plugins_basic_test.clj index ff423e68a6..f671c4b8b0 100644 --- a/clj-e2e/test/logseq/e2e/plugins_basic_test.clj +++ b/clj-e2e/test/logseq/e2e/plugins_basic_test.clj @@ -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})