diff --git a/tests/Feature/ContactsTest.php b/tests/Feature/ContactsTest.php index d7653de8..643d37dc 100644 --- a/tests/Feature/ContactsTest.php +++ b/tests/Feature/ContactsTest.php @@ -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'); } }