From 54eab60f6ebe083c43bd622db909f8e90a22fc1e Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 25 Apr 2018 15:04:47 +0200 Subject: [PATCH] Updated test with new realtime data. --- test/integration/clearbit_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/clearbit_test.rb b/test/integration/clearbit_test.rb index 5f069db1d..3c7141db9 100644 --- a/test/integration/clearbit_test.rb +++ b/test/integration/clearbit_test.rb @@ -271,7 +271,8 @@ class ClearbitTest < ActiveSupport::TestCase assert_equal('', customer6.note) assert_equal('', customer6.web) #assert_equal('http://clearbit.com', customer6.web) - assert_equal('3030 16th St, San Francisco, CA 94103, USA', customer6.address) + assert_equal('San Francisco, CA 94103, USA', customer6.address) + #assert_equal('3030 16th St, San Francisco, CA 94103, USA', customer6.address) #assert_equal('San Francisco, CA, USA', customer6.address) organization6 = Organization.find_by(name: 'APIHub, Inc')