mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 01:07:09 +02:00
Use pattern
instead of match
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
cecbe74576
commit
8e11483adf
@ -2,6 +2,6 @@ require "spec_helper"
|
||||
|
||||
describe "out_stdout", stub: :daemon do
|
||||
before { login_with exists_user }
|
||||
it_should_behave_like "configurable daemon settings", "out_stdout", "match", "stdout.**"
|
||||
it_should_behave_like "configurable daemon settings", "out_stdout", "pattern", "stdout.**"
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user