summaryrefslogtreecommitdiff
path: root/rest-api-spec/test/get_source/15_default_values.yaml
blob: 3e67c62ffc2ebe6483d42b7ff294d3fe2aca6abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
"Default values":
  - do:
      index:
        index: test_1
        type:  test
        id:    1
        body:  { "foo": "bar" }

  - do:
      get_source:
        index: test_1
        type: _all
        id:    1

  - match: { '':  { foo: bar } }