Skip to content

Commit

Permalink
Fix create or update alias API doesn't throw exception for unsupporte…
Browse files Browse the repository at this point in the history
…d parameters (opensearch-project#14769)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
  • Loading branch information
reta authored and kaushalmahi12 committed Jul 23, 2024
1 parent e1bd0ad commit c4317f8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@
---
"Can set is_hidden":
- skip:
version: " - 2.99.99"
reason: "Fix was introduced in 3.0.0"
version: " - 2.15.99"
reason: "Fix was introduced in 2.16.0"
- do:
indices.create:
index: test_index
Expand All @@ -295,8 +295,8 @@
---
"Throws exception with invalid parameters":
- skip:
version: " - 2.99.99"
reason: "Fix was introduced in 3.0.0"
version: " - 2.15.99"
reason: "Fix was introduced in 2.16.0"

- do:
indices.create:
Expand Down

0 comments on commit c4317f8

Please sign in to comment.