From fba5cdc838e7b2b6f56ab65b6943d7b582a2b384 Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Tue, 1 Mar 2022 10:06:14 +0100 Subject: [PATCH] Maintenance: Fix Clearbit integration 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 fb4381aff..aa7a37879 100644 --- a/test/integration/clearbit_test.rb +++ b/test/integration/clearbit_test.rb @@ -282,7 +282,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('The marketing data engine to deeply understand your customers, identify future prospects, & personalize every single marketing & sales interaction.', organization6.note) + assert_equal('The Clearbit Data Activation Platform helps B2B teams understand customers, identify prospects, & personalize interactions with real-time intelligence.', organization6.note) end