Use short path project_clusters_url

This commit is contained in:
Shinya Maeda 2017-10-06 21:37:50 +09:00
parent 8fc2331293
commit cd438a6ae0
1 changed files with 1 additions and 1 deletions

View File

@ -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