mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Merge pull request #55 from meilisearch/fix-settings-delete
fix settings delete
This commit is contained in:
commit
3992d917ec
5 changed files with 18 additions and 14 deletions
|
@ -51,8 +51,6 @@ async fn test_partial_update() {
|
|||
}
|
||||
|
||||
#[actix_rt::test]
|
||||
#[ignore]
|
||||
// need fix #54
|
||||
async fn delete_settings_unexisting_index() {
|
||||
let server = Server::new().await;
|
||||
let index = server.index("test");
|
||||
|
@ -132,7 +130,6 @@ macro_rules! test_setting_routes {
|
|||
}
|
||||
|
||||
#[actix_rt::test]
|
||||
#[ignore]
|
||||
async fn delete_unexisting_index() {
|
||||
let server = Server::new().await;
|
||||
let url = format!("/indexes/test/settings/{}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue