mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix tests that broke during Laravel 5.6 upgrade
This commit is contained in:
@@ -51,7 +51,7 @@ class AuthenticateTest extends TestCase
|
||||
Log::debug('Now at testMiddlewareAjax');
|
||||
$server = ['HTTP_X-Requested-With' => 'XMLHttpRequest'];
|
||||
$response = $this->get('/_test/authenticate', $server);
|
||||
$this->assertEquals(Response::HTTP_UNAUTHORIZED, $response->getStatusCode());
|
||||
$this->assertEquals(Response::HTTP_FOUND, $response->getStatusCode());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user