commit
df31d3561e
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ class ImportCsvTest extends TestCase
|
|||
|
||||
$data = [
|
||||
'hash' => $hash,
|
||||
'column_map' => [ 'client' => $column_map ],
|
||||
'column_map' => [ 'client' => [ 'mapping' => $column_map ] ],
|
||||
'skip_header' => true,
|
||||
'import_type' => 'csv',
|
||||
];
|
||||
|
|
@ -348,4 +348,4 @@ class ImportCsvTest extends TestCase
|
|||
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue