aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-11-25 15:27:36 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-11-25 15:27:36 +0100
commitcd08519116e0f05bc8155f7d1155247f86e5b4a1 (patch)
treeeb2c1cab155b62e59d17576081c99681b98bf771 /client
parent596564d5f2f5b42f6493dac6563972c710fe7643 (diff)
Add new test file
Diffstat (limited to 'client')
-rw-r--r--client/go/cmd/testdata/tests/production-test/external.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/go/cmd/testdata/tests/production-test/external.json b/client/go/cmd/testdata/tests/production-test/external.json
new file mode 100644
index 00000000000..af288bc8b1b
--- /dev/null
+++ b/client/go/cmd/testdata/tests/production-test/external.json
@@ -0,0 +1,9 @@
+{
+ "steps": [
+ {
+ "request": {
+ "uri": "https://my.service:123/path?query=wohoo"
+ }
+ }
+ ]
+} \ No newline at end of file