@@ -13,7 +13,7 @@ |
||
13 | 13 | { |
14 | 14 | $app = require_once __DIR__.'/../../src/App.php'; |
15 | 15 | $app['debug'] = true; |
16 | - $app['session.test'] = true; |
|
16 | + $app['session.test'] = true; |
|
17 | 17 | #unset($app['exception_handler']); |
18 | 18 | return $app; |
19 | 19 | } |
@@ -12,7 +12,7 @@ |
||
12 | 12 | public function logIn($client){ |
13 | 13 | $client->request('POST', |
14 | 14 | '/api/v1/security/login', |
15 | - [], |
|
15 | + [], |
|
16 | 16 | [], |
17 | 17 | ['CONTENT_TYPE' => 'application/json'], |
18 | 18 | '{"authMode":"Email","email":"[email protected]","name":"ugo","surname":"ugo","password":"cane"}'); |