Tests CsvImport: key für Zeichensatz im Profile ist charset, nicht encoding.
[kivitendo-erp.git] / t / controllers / csvimport / artransactions.t
index c4df0a7..8dc650d 100644 (file)
@@ -70,7 +70,7 @@ sub test_import {
   );
   $controller->load_default_profile;
   $controller->profile->set(
-    encoding     => 'utf-8',
+    charset      => 'utf-8',
     sep_char     => ',',
     quote_char   => '"',
     numberformat => $::myconfig{numberformat},