summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/testdata/tests/system-test/wrong-field-name.json
blob: 6ce3d055584831d815d3783fea72c8bbda7b57a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "steps": [
        {
            "response": {
                "body": {
                    "root": {
                        "fields": {
                            "totalCountDracula" : 1
                        }
                    }
                }
            }
        }
    ]
}