From 5cd5b7379a039a52bf9faeb23205c81a6caeb29e Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 7 Apr 2017 11:35:19 +0200 Subject: [PATCH] Updated clearbit realtime result. --- test/integration/clearbit_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/clearbit_test.rb b/test/integration/clearbit_test.rb index 6da9f0eb1..001e35936 100644 --- a/test/integration/clearbit_test.rb +++ b/test/integration/clearbit_test.rb @@ -273,8 +273,8 @@ class ClearbitTest < ActiveSupport::TestCase assert_equal('', customer6_lookup.lastname) assert_equal('', customer6_lookup.note) assert_equal('http://clearbit.com', customer6_lookup.web) - #assert_equal('3030 16th St, San Francisco, CA 94103, USA', customer6_lookup.address) - assert_equal('San Francisco, CA, USA', customer6_lookup.address) + assert_equal('3030 16th St, San Francisco, CA 94103, USA', customer6_lookup.address) + #assert_equal('San Francisco, CA, USA', customer6_lookup.address) organization6_lookup = Organization.find_by(name: 'Clearbit') assert(ExternalSync.find_by(source: 'clearbit', object: 'Organization', o_id: organization6_lookup.id))