Skip to content

Commit eb587db

Browse files
authored
Merge branch 'main' into dependabot/pip/pylint-2.10.2
2 parents d4f15c7 + 185c74e commit eb587db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Pipfile.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

meilisearch/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def small_movies():
3535
"""
3636
Runs once per session. Provides the content of small_movies.json.
3737
"""
38-
with open('./datasets/small_movies.json', 'r') as movie_file:
38+
with open('./datasets/small_movies.json', 'r', encoding=None) as movie_file:
3939
yield json.loads(movie_file.read())
4040

4141
@fixture(scope='function')

0 commit comments

Comments
 (0)