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 de93fa1 commit 5647029Copy full SHA for 5647029
test/plugin/test_out_forward.rb
@@ -344,7 +344,7 @@ def try_write(chunk)
344
end
345
346
test 'set_compress_is_gzip_in_buffer_section' do
347
- mock = flexmock($log)
+ mock = flexmock($log.dup)
348
mock.should_receive(:log).with("buffer is compressed. If you also want to save the bandwidth of a network, Add `compress` configuration in <match>")
349
350
@d = d = create_driver(config + %[
0 commit comments