diff options
Diffstat (limited to 'spec/requests/authentications_spec.rb')
-rw-r--r-- | spec/requests/authentications_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/requests/authentications_spec.rb b/spec/requests/authentications_spec.rb index 3b1da3e..6b33402 100644 --- a/spec/requests/authentications_spec.rb +++ b/spec/requests/authentications_spec.rb @@ -4,6 +4,7 @@ require 'rails_helper' RSpec.describe 'POST /api/authenticate', type: :request do it_behaves_like 'a POST request' do + let(:headers) { { 'CONTENT_TYPE' => 'application/json' } } let(:route) { '/api/authenticate' } let(:expected_error_messages) { ['Credenciales incorrectas'] } let(:desired_error_status) { 401 } |