Merge branch 'master' of github.com:khoj-ai/khoj into features/internet-enabled-search

This commit is contained in:
sabaimran
2023-11-19 16:20:08 -08:00
14 changed files with 276 additions and 43 deletions

View File

@@ -69,7 +69,7 @@ def test_index_update_with_user2_inaccessible_user1(client, api_user2: KhojApiUs
# Assert
assert update_response.status_code == 200
assert len(results) == 4
assert len(results) == 5
for result in results:
assert result["additional"]["file"] not in source_file_symbol