diff --git a/tests/acceptance/Controllers/Auth/AuthControllerTest.php b/tests/acceptance/Controllers/Auth/AuthControllerTest.php index 29d957f17d..da8cd983fa 100644 --- a/tests/acceptance/Controllers/Auth/AuthControllerTest.php +++ b/tests/acceptance/Controllers/Auth/AuthControllerTest.php @@ -83,7 +83,6 @@ class AuthControllerTest extends TestCase $this->assertEquals(200, $response->status()); - } /** @@ -95,6 +94,7 @@ class AuthControllerTest extends TestCase 'email' => 'thegrumpydictator+test@gmail.com', 'password' => 'james123', 'password_confirmation' => 'james123', + '_token' => Session::token(), ]; $response = $this->call('POST', '/register', $args); $this->assertEquals(302, $response->status());