Use the correct URL

This commit is contained in:
Jonny Barnes 2017-02-18 15:06:11 +00:00
parent 990c851432
commit 31defc16a4

View file

@ -38,7 +38,7 @@ class ContactsTest extends TestCase
*/
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');
}
}