summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/testdata/tests/production-test/illegal-reference.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/cmd/testdata/tests/production-test/illegal-reference.json')
-rw-r--r--client/go/cmd/testdata/tests/production-test/illegal-reference.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/go/cmd/testdata/tests/production-test/illegal-reference.json b/client/go/cmd/testdata/tests/production-test/illegal-reference.json
index edd8a2fafeb..ced4a86dd6c 100644
--- a/client/go/cmd/testdata/tests/production-test/illegal-reference.json
+++ b/client/go/cmd/testdata/tests/production-test/illegal-reference.json
@@ -2,11 +2,13 @@
"steps": [
{
"request": {
+ "uri": "https://domain.tld",
"body": "foo/../../../empty.json"
}
},
{
"request": {
+ "uri": "https://domain.tld",
"body": "foo/../../../../this-is-not-ok.json"
}
}