mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Ignore basic methods, improving code coverage.
This commit is contained in:
@@ -51,7 +51,7 @@ class CreateTokenRequest extends SpectreRequest
|
||||
$data = [
|
||||
'data' => [
|
||||
'customer_id' => $this->customer->getId(),
|
||||
'fetch_scopes' => ['accounts', 'transactions'],
|
||||
'fetch_scopes' => ['accounts', 'transactions'],
|
||||
'daily_refresh' => true,
|
||||
'include_fake_providers' => true,
|
||||
'show_consent_confirmation' => true,
|
||||
|
Reference in New Issue
Block a user