diff options
author | Valery Piashchynski <[email protected]> | 2021-01-21 16:08:06 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-21 16:08:06 +0300 |
commit | 8029e2d1107e4663f1104ebf25c40f252c8ea111 (patch) | |
tree | 7c9a6744fa9ce130d80c634da3d7596f70fda51a /tests/plugins/headers/configs/.rr-res-headers.yaml | |
parent | 7da6c78449776e1f3c6716250bca0b712a0423a4 (diff) |
Fix headers configs
Update rr.yaml
Remove previous stderr messages when they were sent
Diffstat (limited to 'tests/plugins/headers/configs/.rr-res-headers.yaml')
-rw-r--r-- | tests/plugins/headers/configs/.rr-res-headers.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/headers/configs/.rr-res-headers.yaml b/tests/plugins/headers/configs/.rr-res-headers.yaml index 868b9746..4448343c 100644 --- a/tests/plugins/headers/configs/.rr-res-headers.yaml +++ b/tests/plugins/headers/configs/.rr-res-headers.yaml @@ -17,9 +17,9 @@ http: # Additional HTTP headers and CORS control. headers: request: - "input": "custom-header" + input: "custom-header" response: - "output": "output-header" + output: "output-header" pool: num_workers: 2 max_jobs: 0 |