From 7bb56e46dd0cccf9b4fc55e6d8dcc99ca325370f Mon Sep 17 00:00:00 2001 From: Andrea Selva Date: Tue, 25 Jan 2022 14:38:15 +0100 Subject: [PATCH] Test fix, switch to plugin with less dependencies (#13672) 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. --- qa/integration/specs/cli/install_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/integration/specs/cli/install_spec.rb b/qa/integration/specs/cli/install_spec.rb index d03aeb6ffab..16bfba6310e 100644 --- a/qa/integration/specs/cli/install_spec.rb +++ b/qa/integration/specs/cli/install_spec.rb @@ -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