diff options
Diffstat (limited to 'bad.yaml')
| -rw-r--r-- | bad.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bad.yaml b/bad.yaml new file mode 100644 index 0000000..58ea037 --- /dev/null +++ b/bad.yaml @@ -0,0 +1,9 @@ +environments: + local: + host: http://localhost:8080 + +requests: + broken_req: + method: GET + url: {{host}}/api/test # This should fail + description: This request has unquoted braces |
