diff options
author | FloatingGhost <hannah@coffee-and-dreams.uk> | 2022-01-07 20:14:04 +0000 |
---|---|---|
committer | FloatingGhost <hannah@coffee-and-dreams.uk> | 2022-01-07 20:14:04 +0000 |
commit | 25b43958306120cb905b59e56a2484624dbe0388 (patch) | |
tree | 20fa04556767c02382b6e45362ce9295ee9f9f81 /test/fixtures/bookwyrm-article.json | |
parent | 2cc6b1e1bd3059b564d86cb0582827c30fc5cf65 (diff) | |
download | pleroma-bookwyrm-entities.tar.gz |
just drop unknown tagsbookwyrm-entities
Diffstat (limited to 'test/fixtures/bookwyrm-article.json')
-rw-r--r-- | test/fixtures/bookwyrm-article.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/bookwyrm-article.json b/test/fixtures/bookwyrm-article.json index 66b34b688..d0f520ec3 100644 --- a/test/fixtures/bookwyrm-article.json +++ b/test/fixtures/bookwyrm-article.json @@ -26,7 +26,7 @@ "type": "OrderedCollection" }, "sensitive": false, - "tag": [], + "tag": [{"type": "Edition"}], "to": [ "https://www.w3.org/ns/activitystreams#Public" ], |