X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..edf56edfdbea88b0e18c2e5aecbb6e62250ec3d7:/src/catalogue/test_utils.py?ds=sidebyside diff --git a/src/catalogue/test_utils.py b/src/catalogue/test_utils.py index 2b085450..cacc9c8f 100644 --- a/src/catalogue/test_utils.py +++ b/src/catalogue/test_utils.py @@ -11,4 +11,4 @@ from os.path import abspath, dirname, join def get_fixture(path): f_path = join(dirname(abspath(__file__)), 'tests/files', path) with open(f_path) as f: - return unicode(f.read(), 'utf-8') + return f.read()