mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix registration.
This commit is contained in:
		| @@ -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()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user