Docs test: Be ok with different _seq_nos

The test wanted specific _primary_terms and _seq_nos but there is
no need to specify that.
This commit is contained in:
Nik Everett 2017-04-24 17:22:06 -04:00
parent db93735321
commit 3ae671aaf3
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ The result of the above delete operation is:
}
--------------------------------------------------
// TESTRESPONSE[s/"successful" : 2/"successful" : 1/]
// TESTRESPONSE[s/"_primary_term" : 1/"_primary_term" : $body._primary_term/]
// TESTRESPONSE[s/"_seq_no" : 5/"_seq_no" : $body._seq_no/]
[float]
[[delete-versioning]]