diff options
author | Valery Piashchynski <[email protected]> | 2021-09-10 19:39:47 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-10 19:39:47 +0300 |
commit | a6b6e3e7eef3015fac64fab9f7d4597d913b264d (patch) | |
tree | 2ddd2f74ec42899bb994591cec8dc3379e8b157b /tests/plugins/broadcast | |
parent | e94a80d4586d5a5fedc2edab850c5c8bad93395f (diff) |
Configs update
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/broadcast')
-rw-r--r-- | tests/plugins/broadcast/configs/.rr-broadcast-global.yaml | 4 | ||||
-rw-r--r-- | tests/plugins/broadcast/configs/.rr-broadcast-same-section.yaml | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/plugins/broadcast/configs/.rr-broadcast-global.yaml b/tests/plugins/broadcast/configs/.rr-broadcast-global.yaml index c193af00..d3cf2306 100644 --- a/tests/plugins/broadcast/configs/.rr-broadcast-global.yaml +++ b/tests/plugins/broadcast/configs/.rr-broadcast-global.yaml @@ -40,12 +40,8 @@ broadcast: - "127.0.0.1:6378" test3: driver: memory - config: - placeholder: "" test4: driver: memory - config: - placeholder: "" logs: mode: development diff --git a/tests/plugins/broadcast/configs/.rr-broadcast-same-section.yaml b/tests/plugins/broadcast/configs/.rr-broadcast-same-section.yaml index f162aeba..b42834a9 100644 --- a/tests/plugins/broadcast/configs/.rr-broadcast-same-section.yaml +++ b/tests/plugins/broadcast/configs/.rr-broadcast-same-section.yaml @@ -39,13 +39,8 @@ broadcast: - "127.0.0.1:6378" test3: driver: memory - config: - placeholder: "" test4: driver: memory - config: - placeholder: "" - logs: mode: development level: info |