Skip to content

Commit

Permalink
[TEST] removed leftover delete alias test in delete mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Feb 7, 2014
1 parent a76620e commit acaa5c7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions rest-api-spec/test/indices.delete_mapping/all_path_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,20 +258,6 @@ setup:
index: "non_existent"
type: "test_type1"


---
"check delete with blank index and blank alias":
- do:
catch: param
indices.delete_alias:
name: "alias1"

- do:
catch: param
indices.delete_alias:
index: "test_index1"


---
"check delete with blank index and blank type":
- do:
Expand Down

0 comments on commit acaa5c7

Please sign in to comment.