Merge pull request #4947 from joshuadwire/v5-develop

Fix test
This commit is contained in:
David Bomba 2021-02-20 17:48:30 +11:00 committed by GitHub
commit df31d3561e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ class ImportCsvTest extends TestCase
$data = [ $data = [
'hash' => $hash, 'hash' => $hash,
'column_map' => [ 'client' => $column_map ], 'column_map' => [ 'client' => [ 'mapping' => $column_map ] ],
'skip_header' => true, 'skip_header' => true,
'import_type' => 'csv', 'import_type' => 'csv',
]; ];
@ -348,4 +348,4 @@ class ImportCsvTest extends TestCase
return $data; return $data;
} }
} }