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