mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Only run Plaid syncs via webhook after initial sync
This commit is contained in:
@@ -20,10 +20,6 @@ class FamilyTest < ActiveSupport::TestCase
|
||||
.with(start_date: nil, parent_sync: family_sync)
|
||||
.times(manual_accounts_count)
|
||||
|
||||
PlaidItem.any_instance.expects(:sync_later)
|
||||
.with(start_date: nil, parent_sync: family_sync)
|
||||
.times(items_count)
|
||||
|
||||
@syncable.sync_data(family_sync, start_date: family_sync.start_date)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user