diff --git a/spec/factories/plugins_call_tools.rb b/spec/factories/plugins_call_tools.rb index f30f45c7eb..9b4f72905a 100644 --- a/spec/factories/plugins_call_tools.rb +++ b/spec/factories/plugins_call_tools.rb @@ -30,7 +30,7 @@ factory :call_tool, class: 'Plugins::CallTool' do association :caller_phone_number, factory: :phone_number association :page - targets { build_list(:call_tool_target, 3, :with_country) } + targets { build_list(:call_tool_target, 3, :with_country) } end factory :call_tool_target, class: 'CallTool::Target' do