diff options
Diffstat (limited to 'tests/plugins/broadcast/configs')
-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 |