add tests batch 20
This commit is contained in:
@@ -59,7 +59,7 @@ class StudentControllerTest extends TestCase
|
||||
]);
|
||||
|
||||
Sanctum::actingAs($user);
|
||||
$response = $this->getJson('/api/v1/students/'.$studentId.'/score-card');
|
||||
$response = $this->getJson('/api/v1/students/' . $studentId . '/score-card');
|
||||
|
||||
$response->assertOk();
|
||||
$response->assertJson(['ok' => true]);
|
||||
|
||||
Reference in New Issue
Block a user