Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkrzem committed Dec 2, 2024
1 parent acd8587 commit c253dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/e2etests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def test_query_two_results(add_files_to_index):
res = request_query(log, i)

m = res.json()["matches"]
log.info(f"-------------------------> {m}")
assert len(m) == 2
with open(m[0]["file"], "r") as file:
text1 = file.read()
Expand Down

0 comments on commit c253dfa

Please sign in to comment.