summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/testdata/tests/production-test/illegal-reference.json
blob: edd8a2fafebd3fc6103f2459e83bae4a04033f99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "steps": [
        {
            "request": {
                "body": "foo/../../../empty.json"
            }
        },
        {
            "request": {
                "body": "foo/../../../../this-is-not-ok.json"
            }
        }
    ]
}