This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
lqb
/
elasticsearch
mirror of
https://gitee.com/mirrors/elasticsearch.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
The reindex body is now required, which changes the exception thrown by the REST test
Clinton Gormley
9 năm trước cách đây
mục cha
978b24327e
commit
5f24581de3
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
modules/reindex/src/test/resources/rest-api-spec/test/reindex/20_validation.yaml
+ 1
- 1
modules/reindex/src/test/resources/rest-api-spec/test/reindex/20_validation.yaml
Xem Tập Tin
@@ -1,7 +1,7 @@
---
"no body fails":
- do:
- catch:
/body required/
+ catch:
param
reindex: {}
---