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