From 094ee717f710ea4cf81d221c5bf9660b805da9b1 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 26 Feb 2023 20:20:19 -0600 Subject: AƱade spec para refresh_tokens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec/requests/authentications_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/requests/authentications_spec.rb') 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 } -- cgit v1.2.3