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
commit
5f24581de3

+ 1 - 1
modules/reindex/src/test/resources/rest-api-spec/test/reindex/20_validation.yaml

@@ -1,7 +1,7 @@
 ---
 "no body fails":
   - do:
-      catch: /body required/
+      catch: param
       reindex: {}
 
 ---