Skip to content

Commit 4c9e809

Browse files
authored
Merge branch 'main' into bump-meilisearch-v0.21.0
2 parents 1ff96d2 + 2639498 commit 4c9e809

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Pipfile.lock

Lines changed: 12 additions & 12 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="utf8") as movie_file:
3939
yield json.loads(movie_file.read())
4040

4141
@fixture(scope='function')

0 commit comments

Comments
 (0)