Use the correct URL
This commit is contained in:
parent
990c851432
commit
31defc16a4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class ContactsTest extends TestCase
|
||||||
*/
|
*/
|
||||||
public function test_contact_page_with_specific_pic()
|
public function test_contact_page_with_specific_pic()
|
||||||
{
|
{
|
||||||
$response = $this->get('/contacts/tantek');
|
$response = $this->get('/contacts/aaron');
|
||||||
$response->assertViewHas('image', '/assets/profile-images/aaronparecki.com/image');
|
$response->assertViewHas('image', '/assets/profile-images/aaronparecki.com/image');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue