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