aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal/cli/cmd/testdata/tests/production-test/illegal-uri.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/internal/cli/cmd/testdata/tests/production-test/illegal-uri.json')
-rw-r--r--client/go/internal/cli/cmd/testdata/tests/production-test/illegal-uri.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/go/internal/cli/cmd/testdata/tests/production-test/illegal-uri.json b/client/go/internal/cli/cmd/testdata/tests/production-test/illegal-uri.json
new file mode 100644
index 00000000000..fe4fadfa93d
--- /dev/null
+++ b/client/go/internal/cli/cmd/testdata/tests/production-test/illegal-uri.json
@@ -0,0 +1,14 @@
+{
+ "steps": [
+ {
+ "request": {
+ "uri": "https://domain.tld/my-api"
+ }
+ },
+ {
+ "request": {
+ "uri": "/my-api"
+ }
+ }
+ ]
+} \ No newline at end of file