diff options
Diffstat (limited to 'tests/plugins/websockets/configs')
4 files changed, 0 insertions, 14 deletions
diff --git a/tests/plugins/websockets/configs/.rr-websockets-allow.yaml b/tests/plugins/websockets/configs/.rr-websockets-allow.yaml index cf48176c..9c46ef6e 100644 --- a/tests/plugins/websockets/configs/.rr-websockets-allow.yaml +++ b/tests/plugins/websockets/configs/.rr-websockets-allow.yaml @@ -35,8 +35,6 @@ redis: broadcast: test: driver: memory - config: - placeholder: "" websockets: broker: test diff --git a/tests/plugins/websockets/configs/.rr-websockets-deny.yaml b/tests/plugins/websockets/configs/.rr-websockets-deny.yaml index 6ad6628c..c5bea82f 100644 --- a/tests/plugins/websockets/configs/.rr-websockets-deny.yaml +++ b/tests/plugins/websockets/configs/.rr-websockets-deny.yaml @@ -31,8 +31,6 @@ http: broadcast: test: driver: memory - config: - placeholder: "" websockets: broker: test diff --git a/tests/plugins/websockets/configs/.rr-websockets-init.yaml b/tests/plugins/websockets/configs/.rr-websockets-init.yaml index 733de25c..7de9dff8 100644 --- a/tests/plugins/websockets/configs/.rr-websockets-init.yaml +++ b/tests/plugins/websockets/configs/.rr-websockets-init.yaml @@ -31,14 +31,6 @@ http: broadcast: default: driver: memory - # %YAML 1.1 - #--- - # !!map { - # ? !!str "key" - # : !!null "null", - #} - config: - placeholder: "" websockets: broker: default diff --git a/tests/plugins/websockets/configs/.rr-websockets-stop.yaml b/tests/plugins/websockets/configs/.rr-websockets-stop.yaml index af1f57d4..ba4b21f1 100644 --- a/tests/plugins/websockets/configs/.rr-websockets-stop.yaml +++ b/tests/plugins/websockets/configs/.rr-websockets-stop.yaml @@ -31,8 +31,6 @@ http: broadcast: test: driver: memory - config: - placeholder: "" websockets: broker: test |