mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
fix style/spacing
This commit is contained in:
parent
09fe7a8c9c
commit
31e6dbdfea
1 changed files with 4 additions and 4 deletions
|
@ -15,8 +15,8 @@ describe LogStash::Filters::NOOP do
|
|||
}
|
||||
CONFIG
|
||||
|
||||
sample "" do
|
||||
insist { subject["new_field"]} == ["new_value", "new_value_2"]
|
||||
sample "example" do
|
||||
insist { subject["new_field"] } == ["new_value", "new_value_2"]
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -31,11 +31,11 @@ describe LogStash::Filters::NOOP do
|
|||
CONFIG
|
||||
|
||||
sample({"@type" => "noop"}) do
|
||||
insist { subject.tags} == ["test"]
|
||||
insist { subject.tags } == ["test"]
|
||||
end
|
||||
|
||||
sample({"@type" => "not_noop"}) do
|
||||
insist { subject.tags} == []
|
||||
insist { subject.tags } == []
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue