Merge pull request #55 from meilisearch/fix-settings-delete

fix settings delete
This commit is contained in:
marin 2021-03-05 19:57:43 +01:00 committed by GitHub
commit 3992d917ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 14 deletions

View file

@ -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/{}",