Browse Source

Maintenance: Update Clearbit integration test.

Florian Liebe 1 year ago
parent
commit
02a51f72ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/integration/clearbit_spec.rb

+ 1 - 1
spec/integration/clearbit_spec.rb

@@ -387,7 +387,7 @@ RSpec.describe 'Clearbit', aggregate_failures: true, current_user_id: 1, integra
       expect(ExternalSync).to be_exist(source: 'clearbit', object: 'Organization', o_id: customer.organization.id)
       expect(ExternalSync).to be_exist(source: 'clearbit', object: 'Organization', o_id: customer.organization.id)
 
 
       expect(customer.organization).to have_attributes(
       expect(customer.organization).to have_attributes(
-        name: 'APIHub Inc',
+        name: 'Clearbit',
         note: 'Clearbit is a B2B data activation platform that helps teams understand customers, identify prospects, and personalize interactions with real-time intelligence.',
         note: 'Clearbit is a B2B data activation platform that helps teams understand customers, identify prospects, and personalize interactions with real-time intelligence.',
       )
       )
     end
     end