diff --git a/tests/default/indices/mtermvectors.yaml b/tests/default/indices/mtermvectors.yaml index 6db843c0..1455e700 100644 --- a/tests/default/indices/mtermvectors.yaml +++ b/tests/default/indices/mtermvectors.yaml @@ -40,8 +40,8 @@ chapters: request: payload: docs: - - _id: "book1" - - _id: "book2" + - _id: book1 + - _id: book2 response: status: 200 @@ -53,7 +53,7 @@ chapters: request: payload: docs: - - _id: "book1" - - _id: "book2" + - _id: book1 + - _id: book2 response: status: 200 diff --git a/tests/default/indices/term_vectors.yaml b/tests/default/indices/termvectors.yaml similarity index 100% rename from tests/default/indices/term_vectors.yaml rename to tests/default/indices/termvectors.yaml