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.
1 parent 185c74e commit 13a8baaCopy full SHA for 13a8baa
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