fix gitlab tests
This commit is contained in:
@@ -112,7 +112,7 @@ class IncidentControllerTest extends TestCase
|
||||
$storeResponse->assertJson(['ok' => true, 'created' => true]);
|
||||
$currentId = $storeResponse->json('incident_id');
|
||||
|
||||
$closeResponse = $this->postJson('/api/v1/incidents/'.$currentId.'/close', [
|
||||
$closeResponse = $this->postJson('/api/v1/incidents/' . $currentId . '/close', [
|
||||
'state_description' => 'Resolved',
|
||||
'action_taken' => 'Spoke with student',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user