We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a32a62 + 85c4b89 commit c7e07dbCopy full SHA for c7e07db
meilisearch/tests/conftest.py
@@ -35,7 +35,7 @@ def small_movies():
35
"""
36
Runs once per session. Provides the content of small_movies.json.
37
38
- with open('./datasets/small_movies.json', 'r', encoding=None) as movie_file:
+ with open('./datasets/small_movies.json', 'r', encoding="utf8") as movie_file:
39
yield json.loads(movie_file.read())
40
41
@fixture(scope='function')
0 commit comments