adjust tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-08-01 17:35:11 +02:00
parent 66c52e3a7e
commit ab6743cb17
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 2 additions and 2 deletions

View File

@ -48,10 +48,10 @@ class DataRequestControllerTest extends \Test\TestCase {
$this->controller = new DataRequestController(
'data_request',
$request,
$this->requestService,
'PUT, POST, GET, DELETE, PATCH',
'Authorization, Content-Type, Accept',
1728000,
$this->requestService
1728000
);
}