From e1bfc0aa27924a63f394abdb26148fec48f31651 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Tue, 23 Jul 2013 20:12:06 +0200 Subject: [PATCH] Changed the missing `type` to `_all` in "Get Source" test --- rest-api-spec/test/get_source/10_basic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/rest-api-spec/test/get_source/10_basic.yaml b/rest-api-spec/test/get_source/10_basic.yaml index 443a4c72df4..d528b847471 100644 --- a/rest-api-spec/test/get_source/10_basic.yaml +++ b/rest-api-spec/test/get_source/10_basic.yaml @@ -29,6 +29,7 @@ - do: get_source: index: test_1 + type: _all id: 1 - match: { '': { foo: bar } }