adjust tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Bu işleme şunda yer alıyor:
Arthur Schiwon 2018-08-01 17:35:11 +02:00
ebeveyn 66c52e3a7e
işleme ab6743cb17
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 7424F1874854DF23
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme

Dosyayı Görüntüle

@ -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
);
}