diff options
author | Valery Piashchynski <[email protected]> | 2021-05-13 19:32:04 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-05-13 19:32:04 +0300 |
commit | 7ee84c5fd7cd57b97e2cb2005b37784183800ae0 (patch) | |
tree | 6a718020f9faabdba417d74110f7acd4382dff24 /tests/plugins/server/configs/.rr-no-app-section.yaml | |
parent | 2be94ad0400e2f523d87f47e09a7bf505edef689 (diff) |
- Update tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/server/configs/.rr-no-app-section.yaml')
-rw-r--r-- | tests/plugins/server/configs/.rr-no-app-section.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/plugins/server/configs/.rr-no-app-section.yaml b/tests/plugins/server/configs/.rr-no-app-section.yaml index e44eeb56..d28265d5 100644 --- a/tests/plugins/server/configs/.rr-no-app-section.yaml +++ b/tests/plugins/server/configs/.rr-no-app-section.yaml @@ -3,10 +3,10 @@ server: user: "" group: "" env: - "RR_CONFIG": "/some/place/on/the/C134" - "RR_CONFIG2": "C138" + - RR_CONFIG: "/some/place/on/the/C134" + - RR_CONFIG2: "C138" relay: "pipes" relay_timeout: "20s" logs: mode: development - level: error
\ No newline at end of file + level: error |