Closed YukioArie closed 3 months ago
spec/controllers/accounts/contacts/events_controller_spec.rb:225
stub_request(:post, /contacts/) .to_return(body: invalid_send_text_response, status: 400, headers: { 'Content-Type' => 'application/json' })
this stub isnt necessary to private repository
Fixed test
spec/controllers/accounts/contacts/events_controller_spec.rb:225
this stub isnt necessary to private repository