mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 19:06:12 +02:00
cosme: Remove unnecessary {}
This commit is contained in:
parent
8e39168288
commit
902a488746
@ -22,7 +22,7 @@ describe RegexpPreview::MultiLine do
|
||||
end
|
||||
|
||||
it 'should not have regexp and time_format in [:params][:setting]' do
|
||||
expect(subject[:params][:setting]).to eq({ regexp: nil, time_format: nil })
|
||||
expect(subject[:params][:setting]).to eq(regexp: nil, time_format: nil)
|
||||
end
|
||||
|
||||
it "should include matches info" do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user