Skip to content

Extract "@request.env['devise.mapping'] = Devise.mappings[:user]" to a test helper

What does this MR do?

Extracted @request.env['devise.mapping'] = Devise.mappings[:user] and Rails.application.env_config['devise.mapping'] = Devise.mappings[:user] in our tests into the helper method set_devise_mapping

Are there points in the code the reviewer needs to double check?

no

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #34549 (closed)

Edited by 🙈 jacopo beschi 🙉

Merge request reports