mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-09 21:55:34 +00: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
@ -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…
x
Reference in New Issue
Block a user