mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some last-minute fixes.
This commit is contained in:
@@ -225,7 +225,7 @@ class IndexControllerTest extends TestCase
|
||||
$this->be($this->user());
|
||||
$response = $this->get(route('import.job.download', [$job->key]));
|
||||
$response->assertStatus(200);
|
||||
$response->assertExactJson(['column-mapping-config' => [], 'delimiter' => ',', 'hi' => 'there', 1 => true]);
|
||||
$response->assertExactJson(['column-mapping-config' => ['a', 'b', 'c'], 'delimiter' => ',', 'hi' => 'there', 1 => true]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user