We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada4721 commit 1f92ae3Copy full SHA for 1f92ae3
1 file changed
test/plugin/test_out_irc.rb
@@ -26,7 +26,7 @@ def config(
26
command: COMMAND.to_s,
27
command_keys: nil
28
)
29
- config = %[
+ data = %[
30
type irc
31
host localhost
32
port #{port}
@@ -44,8 +44,8 @@ def config(
44
send_queue_limit 10
45
send_interval 0.5
46
]
47
- config += %[command_keys #{command_keys}] if command_keys
48
- config
+ data += %[command_keys #{command_keys}] if command_keys
+ data
49
end
50
51
0 commit comments