Skip to content

Commit 57640eb

Browse files
committed
tests: fix MenuTest
1 parent fb6ae7b commit 57640eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/MenuTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function testMenuIndex(){
2323
$menulist->save();
2424
$response = $this->actingAs($user)->get('/menu/menu');
2525
$response->assertSee('test2');
26-
$response->assertSee('<a class="btn btn-primary" href="http://localhost/menu/element?menu=1">Show</a>');
26+
$response->assertSee('<a class="btn btn-primary" href="http://localhost:8000/menu/element?menu=1">Show</a>');
2727
$response->assertSee('Add new menu');
2828
$response->assertSee('Menus list');
2929
}

0 commit comments

Comments
 (0)