From 8cfc048cdbb0f22851575e295fd889f909067fd5 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 27 Apr 2016 09:35:42 +0200 Subject: [PATCH] Applied new live call result. --- 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 496b14816..b0bd21e49 100644 --- a/test/integration/clearbit_test.rb +++ b/test/integration/clearbit_test.rb @@ -270,7 +270,7 @@ class ClearbitTest < ActiveSupport::TestCase assert_equal('', customer6_lookup.lastname) assert_equal('', customer6_lookup.note) assert_equal('http://clearbit.com', customer6_lookup.web) - assert_equal('', customer6_lookup.address) + assert_equal('601 4th St #310, San Francisco, CA 94107, USA', customer6_lookup.address) organization6_lookup = Organization.find_by(name: 'Clearbit') assert(ExternalSync.find_by(source: 'clearbit', object: 'Organization', o_id: organization6_lookup.id))