test: update homepage route name in feature test

This commit is contained in:
Yoga Pangestu 2026-04-30 14:32:42 +07:00
parent 2ea62fa033
commit 69aff5a8a7

View File

@ -1,7 +1,7 @@
<?php
test('returns a successful response', function () {
$response = $this->get(route('home'));
$response = $this->get(route('homepage'));
$response->assertOk();
});