mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand test script and fix first functional test.
This commit is contained in:
@@ -51,6 +51,7 @@ class AccountControllerTest extends TestCase
|
||||
$response = $this->get(route('api.v1.autocomplete.accounts'), ['Accept' => 'application/json']);
|
||||
$response->assertStatus(200);
|
||||
$response->assertHeader('Content-Type', 'application/json');
|
||||
$response->assertSee('Checking Account');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user