Fix tests

This commit is contained in:
James Cole
2023-12-20 06:02:35 +01:00
parent cbcadb6706
commit da4e813d9a
2 changed files with 1 additions and 3 deletions

View File

@@ -32,7 +32,6 @@ class AccountControllerTest extends TestCase
{
/**
* @covers \FireflyIII\Api\V1\Controllers\Autocomplete\AccountController
* @runInSeparateProcess
*/
public function testGivenAnUnauthenticatedRequestWhenCallingTheAccountsEndpointThenReturns401HttpCode(): void
{