summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/testdata/tests/system-test/wrong-code.json
blob: c325054faa129ba98f317b5b70e5667257c80b5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "steps": [
        {
            "request": {
                "parameters": {
                    "foo": "/"
                }
            },
            "response": {
                "code": 123
            }
        }
    ]
}