[TEST] fix multi_get REST test

After #20659 it's concreteSingleIndex that throws exception rather than resolvIndexRouting. The error message is slightly different.
This commit is contained in:
javanna 2016-10-20 11:31:04 +02:00 committed by Luca Cavanna
parent 53cff0f00f
commit 7ef4076160
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@
- match: { docs.1._type: test }
- match: { docs.1._id: "2" }
- match: { docs.1.error.root_cause.0.type: "illegal_argument_exception" }
- match: { docs.1.error.root_cause.0.reason: "/Alias.\\[test_two_and_three\\].has.more.than.one.index.associated.with.it.\\[\\[test_[23]{1},.test_[23]{1}\\]\\],.can't.execute.a.single.index.op/" }
- match: { docs.1.error.root_cause.0.reason: "/Alias.\\[test_two_and_three\\].has.more.than.one.indices.associated.with.it.\\[\\[test_[23]{1},.test_[23]{1}\\]\\],.can't.execute.a.single.index.op/" }