Fix invalid amount of arguments in CreateIncidentUpdateCommandTest

This commit is contained in:
Nico Stapelbroek
2018-01-27 22:34:00 +01:00
parent 7abdbe8e38
commit 206022acfd
2 changed files with 3 additions and 1 deletions

View File

@@ -78,6 +78,8 @@ class IncidentUpdateController extends AbstractApiController
$incident,
Binput::get('status'),
Binput::get('message'),
Binput::get('component_id'),
Binput::get('component_status'),
Auth::user()
));
} catch (QueryException $e) {