This test deletes a category from the post. After you run the update, this post should have only the category test1.
test1
This test adds a category property to a post that previously had no category. After you run the update, this post should have the category test1.
Micropub update test for adding a category. After you run the update, this post should have two categories: test1 and test2.
Micropub test of creating an h-entry with a JSON request containing multiple categories. This post should have two categories, test1 and test2.
Micropub test of creating an h-entry with one category. This post should have one category, test1
Micropub test of creating an h-entry with categories. This post should have two categories, test1 and test2