Skip to content

Commit

Permalink
Fix acceptance test assertions for updated plugin remove (#17126)
Browse files Browse the repository at this point in the history
This commit updates the acceptance tests to expect messages in the updated
format for removing plugins. See #17030
for change.
  • Loading branch information
donoghuc authored Feb 20, 2025
1 parent e094054 commit e8e24a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
context "when the plugin isn't installed" do
it "fails to remove it" do
result = logstash.run_sudo_command_in_path("bin/logstash-plugin remove logstash-filter-qatest")
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")
end
end

Expand Down

0 comments on commit e8e24a0

Please sign in to comment.