Updated test with new realtime data.
This commit is contained in:
parent
fc43615554
commit
54eab60f6e
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue