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