mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Cleanup [skip ci]
This commit is contained in:
@@ -39,7 +39,7 @@ class AuthControllerTest extends TestCase
|
||||
public function testPostRegister()
|
||||
{
|
||||
|
||||
$data = [
|
||||
$data = [
|
||||
'email' => 'test@example.com',
|
||||
'password' => 'onetwothree',
|
||||
'password_confirmation' => 'onetwothree',
|
||||
@@ -53,7 +53,7 @@ class AuthControllerTest extends TestCase
|
||||
public function testPostRegisterFails()
|
||||
{
|
||||
|
||||
$data = [
|
||||
$data = [
|
||||
'email' => 'test@example.com',
|
||||
'password' => 'onetwothree',
|
||||
'password_confirmation' => 'onetwofour',
|
||||
|
Reference in New Issue
Block a user