diff options
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 |