Commit 83cfa3a3 authored by Shinya Maeda's avatar Shinya Maeda

Fix typo secret-key

parent 105843a0
......@@ -16,7 +16,7 @@ describe Projects::Clusters::GcpController do
end
context 'when omniauth has been configured' do
let(:key) { 'secere-key' }
let(:key) { 'secret-key' }
let(:session_key_for_redirect_uri) do
GoogleApi::CloudPlatform::Client.session_key_for_redirect_uri(key)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment