fix logic and tests, update docker CI file
This commit is contained in:
@@ -16,8 +16,8 @@ class AdminAttendanceApiControllerTest extends TestCase
|
||||
$user = User::factory()->create();
|
||||
Sanctum::actingAs($user);
|
||||
|
||||
$response = $this->getJson('/api/attendance/admin/daily');
|
||||
$response = $this->getJson('/api/v1/attendance/admin/daily');
|
||||
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user