diff --git a/protected/humhub/tests/codeception/config/config.php b/protected/humhub/tests/codeception/config/config.php index f1ceb28375..f544f9d246 100644 --- a/protected/humhub/tests/codeception/config/config.php +++ b/protected/humhub/tests/codeception/config/config.php @@ -23,10 +23,7 @@ return [ 'username' => 'travis', 'password' => '', 'charset' => 'utf8', - ], - 'request' => [ - 'enableCsrfValidation' => false, - ], + ], 'mailer' => [ 'useFileTransport' => true, ],