diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-05 03:04:53 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-05 03:04:53 +0100 |
| commit | b36b9561c7000d987aadb7a0e9ab382ce683699a (patch) | |
| tree | 4d9b291558bde53a750216093f25d1e06bc1d393 /bad.yaml | |
| parent | 6960aecc25400320adee1b8802a86839326e15b6 (diff) | |
| download | hepi-b36b9561c7000d987aadb7a0e9ab382ce683699a.tar.gz | |
Cli option cleanup
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 |
