Maintenance: Updated failing test clearbit data

This commit is contained in:
Bola Ahmed Buari 2021-04-09 15:52:53 +01:00
parent 7ea27276b7
commit c04f268ec7
No known key found for this signature in database
GPG key ID: 69F689AC67133AFC

View file

@ -280,7 +280,7 @@ class ClearbitTest < ActiveSupport::TestCase
organization6 = Organization.find_by('name LIKE ?', 'APIHub, Inc%') organization6 = Organization.find_by('name LIKE ?', 'APIHub, Inc%')
assert(ExternalSync.find_by(source: 'clearbit', object: 'Organization', o_id: organization6.id)) assert(ExternalSync.find_by(source: 'clearbit', object: 'Organization', o_id: organization6.id))
assert_equal(false, organization6.shared) assert_equal(false, organization6.shared)
assert_equal('Grow your business with marketing and sales built on detailed data from Clearbit. Discover powerful products and APIs to increase and close quality leads.', organization6.note) assert_equal('The marketing data engine to deeply understand your customers, identify future prospects, &amp; personalize every single marketing &amp; sales interaction.', organization6.note)
end end