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 e094054 commit e8e24a0Copy full SHA for e8e24a0
qa/acceptance/spec/shared_examples/cli/logstash-plugin/remove.rb
@@ -33,7 +33,7 @@
33
context "when the plugin isn't installed" do
34
it "fails to remove it" do
35
result = logstash.run_sudo_command_in_path("bin/logstash-plugin remove logstash-filter-qatest")
36
- expect(result.stderr).to match(/This plugin has not been previously installed/)
+ expect(result.stderr).to include("The plugin `logstash-filter-qatest` has not been previously installed")
37
end
38
39
0 commit comments