fix: Remove fallback phone_number search in WhatsApp event processing (#6904)
This commit is contained in:
@@ -2,7 +2,7 @@ FactoryBot.define do
|
||||
factory :channel_whatsapp, class: 'Channel::Whatsapp' do
|
||||
sequence(:phone_number) { |n| "+123456789#{n}1" }
|
||||
account
|
||||
provider_config { { 'api_key' => 'test_key' } }
|
||||
provider_config { { 'api_key' => 'test_key', 'phone_number_id' => 'random_id' } }
|
||||
message_templates do
|
||||
[{ 'name' => 'sample_shipping_confirmation',
|
||||
'status' => 'approved',
|
||||
|
||||
Reference in New Issue
Block a user