From 0fb4a1193f94fa196d33248a3a4e92bb608ff5a0 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Wed, 10 Jul 2013 14:18:37 +0200 Subject: [PATCH] text ids --- rest-api-spec/test/create/40_routing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api-spec/test/create/40_routing.yaml b/rest-api-spec/test/create/40_routing.yaml index c98e696800d..97de708ab68 100644 --- a/rest-api-spec/test/create/40_routing.yaml +++ b/rest-api-spec/test/create/40_routing.yaml @@ -20,8 +20,8 @@ routing: 5 fields: [_routing] - - match: { _id: 1} - - match: { fields._routing: 5} + - match: { _id: "1"} + - match: { fields._routing: "5"} - do: catch: missing