From e874b9ac784e306b47b3e2080dcb1c615b6feb89 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Mon, 3 Aug 2020 17:04:54 +0200 Subject: [PATCH] Maintenance: Updated Clearbit marketing claim in test. --- test/integration/clearbit_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/clearbit_test.rb b/test/integration/clearbit_test.rb index 1b4ece218..347d3c12b 100644 --- a/test/integration/clearbit_test.rb +++ b/test/integration/clearbit_test.rb @@ -280,7 +280,7 @@ class ClearbitTest < ActiveSupport::TestCase organization6 = Organization.find_by('name LIKE ?', 'APIHub, Inc%') assert(ExternalSync.find_by(source: 'clearbit', object: 'Organization', o_id: organization6.id)) assert_equal(false, organization6.shared) - assert_equal('Clearbit provides powerful products and data APIs to help your business grow. Contact enrichment, lead generation, financial compliance, and more...', organization6.note) + 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) end