summaryrefslogtreecommitdiff
path: root/server/szurubooru/tests/func/test_posts.py
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2016-07-03 14:27:36 +0200
committerrr- <rr-@sakuya.pl>2016-07-03 18:30:32 +0200
commitc472229baef3bcb8a083e74ea4f255afde27f4aa (patch)
tree494e6ff9ec6f230e4a34d1b57c43248454f99b1d /server/szurubooru/tests/func/test_posts.py
parentc21494be25a1c73765cfd895fa497eacd71eb4d2 (diff)
server/posts: add relationCount field
Diffstat (limited to 'server/szurubooru/tests/func/test_posts.py')
-rw-r--r--server/szurubooru/tests/func/test_posts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/szurubooru/tests/func/test_posts.py b/server/szurubooru/tests/func/test_posts.py
index 899ee9e..1fde001 100644
--- a/server/szurubooru/tests/func/test_posts.py
+++ b/server/szurubooru/tests/func/test_posts.py
@@ -154,6 +154,7 @@ def test_serialize_post(
'commentCount': 2,
'noteCount': 0,
'featureCount': 1,
+ 'relationCount': 0,
'lastFeatureTime': datetime.datetime(1999, 1, 1),
'favoritedBy': ['fav1'],
'hasCustomThumbnail': True,