diff options
| author | rr- | 2016-08-13 22:29:12 +0200 |
|---|---|---|
| committer | rr- | 2016-08-14 11:38:59 +0200 |
| commit | 2b3d193b7c006a474142f20d9f28992a6f207d82 (patch) | |
| tree | 8b46d4dbcee9837839ef00c856f28e8f66554c64 /server/szurubooru/tests/func/test_posts.py | |
| parent | 6b77404ecff3993b3c48c33a6c970b0844b6115c (diff) | |
server/tags: don't auto-create tag categories
Diffstat (limited to 'server/szurubooru/tests/func/test_posts.py')
| -rw-r--r-- | server/szurubooru/tests/func/test_posts.py | 1 |
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 dde6f73..2a97b13 100644 --- a/server/szurubooru/tests/func/test_posts.py +++ b/server/szurubooru/tests/func/test_posts.py @@ -127,6 +127,7 @@ def test_serialize_post( db.session.flush() result = posts.serialize_post(post, auth_user) + result['tags'].sort() assert result == { 'id': 1, |