Skip to content

Commit

Permalink
Maintenance: Improve Clearbit spec to be more tolerant.
Browse files Browse the repository at this point in the history
  • Loading branch information
fliebe92 committed Jan 9, 2024
1 parent 40b87e9 commit 00f9f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/clearbit_spec.rb
Expand Up @@ -388,7 +388,7 @@

expect(customer.organization).to have_attributes(
name: 'Clearbit',
note: "Clearbit is a sales intelligence platform that provides data and insights to help businesses identify and target their ideal customers. With Clearbit's APIs, businesses can access a comprehensive database of B2B companies and their contact information,...",
note: %r{Clearbit},
)
end
end
Expand Down

0 comments on commit 00f9f48

Please sign in to comment.