mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
1231d72823
commit
f6d3903f63
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ describe LogStash::Plugins::Registry do
|
|||
expect(registry.lookup("filter", "simple_plugin")).to eq(simple_plugin)
|
||||
end
|
||||
|
||||
it "should plugin been removed" do
|
||||
it "should be possible to remove the plugin" do
|
||||
registry.add(:filter, "simple_plugin", simple_plugin)
|
||||
expect(registry.lookup("filter", "simple_plugin")).to eq(simple_plugin)
|
||||
registry.remove(:filter, "simple_plugin")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue