[fix #1411] user: link new screen to the rest of the application
This commit is contained in:
parent
d702a0c083
commit
a0667f5ad9
14 changed files with 21 additions and 77 deletions
|
@ -81,7 +81,7 @@ describe NewUser::DossiersController, type: :controller do
|
|||
let(:dossier_params) { { autorisation_donnees: true } }
|
||||
|
||||
it do
|
||||
expect(response).to redirect_to(users_dossier_description_path(dossier))
|
||||
expect(response).to redirect_to(modifier_dossier_path(dossier))
|
||||
end
|
||||
|
||||
context 'on a procedure with carto' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue