From f263795a99460317d4307dd55a6614f385b2402d Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 30 May 2018 18:04:23 +0200 Subject: [PATCH] Add config entries for tests --- config/import.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/import.php b/config/import.php index 17cfde17f9..ed49fa8417 100644 --- a/config/import.php +++ b/config/import.php @@ -45,6 +45,7 @@ return [ 'plaid' => false, 'quovo' => false, 'yodlee' => false, + 'bad' => false, // always disabled ], // demo user can use these import providers (when enabled): 'allowed_for_demo' => [ @@ -87,7 +88,7 @@ return [ 'yodlee' => false, ], // some providers may need extra configuration per job - 'has_job_config' => [ + 'has_job_config' => [ 'fake' => true, 'file' => true, 'bunq' => true,