Browse Source

Updated live test.

Martin Edenhofer 8 years ago
parent
commit
f513062d40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/integration/clearbit_test.rb

+ 1 - 1
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('601 4th St #310, San Francisco, CA 94107, USA', customer6_lookup.address)
+    assert_equal('3030 16th St, San Francisco, CA 94103, USA', customer6_lookup.address)
 
     organization6_lookup = Organization.find_by(name: 'Clearbit')
     assert(ExternalSync.find_by(source: 'clearbit', object: 'Organization', o_id: organization6_lookup.id))