Skip to content

Commit

Permalink
Test fix, switch to plugin with less dependencies (elastic#13672)
Browse files Browse the repository at this point in the history
Fixes an integration test that verifies the capabilities of CLI tool to install a not bundled plugin.
Move away from logstash-input-google_cloud_storage which depends indirectly to OS's package named shared-mime-info, which is not always available.
  • Loading branch information
andsel authored Jan 25, 2022
1 parent 3dbeea4 commit 7bb56e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/integration/specs/cli/install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def gem_in_lock_file?(pattern, lock_file)
end

context "install non bundle plugin" do
let(:plugin_name) { "logstash-input-google_cloud_storage" }
let(:plugin_name) { "logstash-input-github" }
let(:install_command) { "bin/logstash-plugin install" }

after(:each) do
Expand Down

0 comments on commit 7bb56e4

Please sign in to comment.