From 7fc09959619e9e400ecafcffcd63e38812f397a6 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 23 Jun 2021 15:02:16 +0300 Subject: - Swithc from value to pointer to the pool configuration. Interface value changed. Signed-off-by: Valery Piashchynski --- tests/plugins/http/configs/.rr-env.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/plugins/http/configs') diff --git a/tests/plugins/http/configs/.rr-env.yaml b/tests/plugins/http/configs/.rr-env.yaml index 99358b04..4ea8ec73 100644 --- a/tests/plugins/http/configs/.rr-env.yaml +++ b/tests/plugins/http/configs/.rr-env.yaml @@ -3,17 +3,13 @@ rpc: server: command: "php ../../http/client.php env pipes" - user: "" - group: "" - env: - "env_key": "ENV_VALUE" relay: "pipes" relay_timeout: "20s" http: address: 127.0.0.1:12084 max_request_size: 1024 - middleware: [ "" ] + middleware: [] env: "RR_HTTP": "true" "env_key": "ENV_VALUE" -- cgit v1.2.3