fix for test failure

This commit is contained in:
Santhosh Reddy Vootukuri (SUNNY) (from Dev Box) 2024-08-12 21:55:50 -07:00
parent 7c37b501be
commit ff80d47b56

View File

@ -1,4 +1,7 @@
use crate::common::Server;
use crate::common::{
shared_does_not_exists_index, shared_empty_index, shared_index_with_documents, Server,
};
use crate::json;
#[actix_rt::test]