server/tests: fix failing tests
This commit is contained in:
parent
06ad8b1882
commit
368372e36d
2 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@ def test_retrieving_single(
|
|||
"color": "dummy",
|
||||
"usages": 0,
|
||||
"default": False,
|
||||
"order": 1,
|
||||
"version": 1,
|
||||
}
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ def test_serialize_category(tag_category_factory, tag_factory):
|
|||
"color": "color",
|
||||
"default": True,
|
||||
"version": 1,
|
||||
"order": 1,
|
||||
"usages": 2,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue