mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:54:30 -04:00
Fix test
This commit is contained in:
parent
0650333569
commit
89cc41d225
@ -106,7 +106,7 @@ class ImportCsvTest extends TestCase
|
|||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'hash' => $hash,
|
'hash' => $hash,
|
||||||
'column_map' => [ 'invoice' => [ 'mapping' => $column_map ] ],
|
'column_map' => [ 'client' => [ 'mapping' => $column_map ] ],
|
||||||
'skip_header' => true,
|
'skip_header' => true,
|
||||||
'import_type' => 'csv',
|
'import_type' => 'csv',
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user