Commit cd438a6a authored by Shinya Maeda's avatar Shinya Maeda

Use short path project_clusters_url

parent 8fc23312
......@@ -26,7 +26,7 @@ describe GoogleApi::AuthorizationsController do
context 'when second redirection url key is stored in state' do
set(:project) { create(:project) }
let(:second_redirect_uri) { namespace_project_clusters_url(project.namespace, project).to_s } # TODO: revrt
let(:second_redirect_uri) { project_clusters_url(project).to_s }
before do
GoogleApi::CloudPlatform::Client
......
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