The reindex body is now required, which changes the exception thrown by the REST test

This commit is contained in:
Clinton Gormley 2016-03-29 14:09:59 +02:00
parent 978b24327e
commit 5f24581de3

View File

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