mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
tests: Faster documents::get_documents IT tests
Use shared server + unique index Related-to: https://github.com/meilisearch/meilisearch/issues/4840 Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
parent
20049669c9
commit
921e3c4ffe
1 changed files with 2 additions and 2 deletions
|
@ -832,8 +832,8 @@ async fn get_document_by_ids_and_filter() {
|
|||
|
||||
#[actix_rt::test]
|
||||
async fn get_document_with_vectors() {
|
||||
let server = Server::new().await;
|
||||
let index = server.index("doggo");
|
||||
let server = Server::new_shared();
|
||||
let index = server.unique_index();
|
||||
|
||||
let (response, code) = index
|
||||
.update_settings(json!({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue