mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
remove legacy files from meilisearch that have been replaced by a macro in routes/settings/mod.rs
This commit is contained in:
@ -30,7 +30,7 @@ async fn get_settings() {
|
||||
"exactness"
|
||||
])
|
||||
);
|
||||
assert_eq!(settings["stopWords"], json!(null));
|
||||
assert_eq!(settings["stopWords"], json!([]));
|
||||
}
|
||||
|
||||
#[actix_rt::test]
|
||||
|
Reference in New Issue
Block a user