douglara / woofed-crm

139 stars 43 forks source link

Ankward stub from events_controller_spec #371

Closed YukioArie closed 3 months ago

YukioArie commented 4 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

douglara commented 3 months ago

Fixed test