diff --git a/tests/_bootstrap.php.default b/tests/_bootstrap.php.default index 193f2f90f10c..cf7248e7f5f2 100644 --- a/tests/_bootstrap.php.default +++ b/tests/_bootstrap.php.default @@ -5,4 +5,5 @@ use Codeception\Util\Fixtures; Fixtures::add('username', 'user@example.com'); Fixtures::add('password', 'password'); -Fixtures::add('gateway_key', ''); \ No newline at end of file +Fixtures::add('gateway_key', ''); +Fixtures::add('api_secret', 'password'); \ No newline at end of file