test: update homepage route name in feature test
This commit is contained in:
parent
2ea62fa033
commit
69aff5a8a7
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
test('returns a successful response', function () {
|
||||
$response = $this->get(route('home'));
|
||||
$response = $this->get(route('homepage'));
|
||||
|
||||
$response->assertOk();
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user