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