From 84fcd919b8bf9733c19c226faff2b3c9e8b9d4c6 Mon Sep 17 00:00:00 2001 From: Harsha Vamsi Kalluri Date: Tue, 4 Oct 2022 02:58:55 +0000 Subject: [PATCH] Remove type from delete Signed-off-by: Harsha Vamsi Kalluri --- opensearch-api/spec/opensearch/api/utils_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensearch-api/spec/opensearch/api/utils_spec.rb b/opensearch-api/spec/opensearch/api/utils_spec.rb index 1c1248623..b9e91f708 100644 --- a/opensearch-api/spec/opensearch/api/utils_spec.rb +++ b/opensearch-api/spec/opensearch/api/utils_spec.rb @@ -121,7 +121,7 @@ {"title":"Test"} {"update":{"_index":"myindexB","_id":"2"}} {"doc":{"title":"Update"}} - {"delete":{"_index":"myindexC","mytypeC","_id":"3"}} + {"delete":{"_index":"myindexC","_id":"3"}} PAYLOAD end