X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d54976be7b44bd0c8c3c2afac8f11b2408e6cb14..b8e94e0e7cc7576cbaacd3c737d6ffca6b12db53:/apps/picture/tests/picture_import.py diff --git a/apps/picture/tests/picture_import.py b/apps/picture/tests/picture_import.py index 1b01d334c..7b1f64807 100644 --- a/apps/picture/tests/picture_import.py +++ b/apps/picture/tests/picture_import.py @@ -21,7 +21,7 @@ class PictureTest(WLTestCase): assert themes == set([(u'theme', u'nieporządek'), (u'thing', u'kosmos')]), \ 'Bad themes on Picture areas: %s' % themes - pic_themes = set([tag.name for tag in picture.tags if tag.category in ('theme', 'object')]) + pic_themes = set([tag.name for tag in picture.tags if tag.category in ('theme', 'thing')]) assert not pic_themes, 'Unwanted themes set on Pictures: %s' % pic_themes picture.delete()