summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/testdata/tests/system-test/wrong-code.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/cmd/testdata/tests/system-test/wrong-code.json')
-rw-r--r--client/go/cmd/testdata/tests/system-test/wrong-code.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/go/cmd/testdata/tests/system-test/wrong-code.json b/client/go/cmd/testdata/tests/system-test/wrong-code.json
new file mode 100644
index 00000000000..c325054faa1
--- /dev/null
+++ b/client/go/cmd/testdata/tests/system-test/wrong-code.json
@@ -0,0 +1,14 @@
+{
+ "steps": [
+ {
+ "request": {
+ "parameters": {
+ "foo": "/"
+ }
+ },
+ "response": {
+ "code": 123
+ }
+ }
+ ]
+}