mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix registration.
This commit is contained in:
parent
78b56712fc
commit
4fdd2c851f
@ -83,7 +83,6 @@ class AuthControllerTest extends TestCase
|
|||||||
$this->assertEquals(200, $response->status());
|
$this->assertEquals(200, $response->status());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -95,6 +94,7 @@ class AuthControllerTest extends TestCase
|
|||||||
'email' => 'thegrumpydictator+test@gmail.com',
|
'email' => 'thegrumpydictator+test@gmail.com',
|
||||||
'password' => 'james123',
|
'password' => 'james123',
|
||||||
'password_confirmation' => 'james123',
|
'password_confirmation' => 'james123',
|
||||||
|
'_token' => Session::token(),
|
||||||
];
|
];
|
||||||
$response = $this->call('POST', '/register', $args);
|
$response = $this->call('POST', '/register', $args);
|
||||||
$this->assertEquals(302, $response->status());
|
$this->assertEquals(302, $response->status());
|
||||||
|
Loading…
Reference in New Issue
Block a user