Skip to content

Commit

Permalink
Fix acceptance test assertions for updated plugin remove (#17126) (#1…
Browse files Browse the repository at this point in the history
…7131)

This commit updates the acceptance tests to expect messages in the updated
format for removing plugins. See #17030
for change.

Co-authored-by: Cas Donoghue <[email protected]>
  • Loading branch information
yaauie and donoghuc authored Feb 20, 2025
1 parent 4e1664a commit 5109867
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_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 5109867

Please sign in to comment.