server/tests: fix failing tests

This commit is contained in:
neobooru 2020-09-20 10:56:29 +02:00
parent 06ad8b1882
commit 368372e36d
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@ def test_retrieving_single(
"color": "dummy",
"usages": 0,
"default": False,
"order": 1,
"version": 1,
}

View file

@ -29,6 +29,7 @@ def test_serialize_category(tag_category_factory, tag_factory):
"color": "color",
"default": True,
"version": 1,
"order": 1,
"usages": 2,
}