X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Frequest%2Fpost_multipart.t;h=bdec8a4ade84d1b4ef5d9361b7991225ccec5b8a;hb=464bf573847d115aa981454312d387c655599b47;hp=767807b90245d8df44e1b17331da1a1f536faf31;hpb=4ab897fdb1a54cd753ec66ebc8fbd5ffdd883cd6;p=kivitendo-erp.git diff --git a/t/request/post_multipart.t b/t/request/post_multipart.t index 767807b90..bdec8a4ad 100644 --- a/t/request/post_multipart.t +++ b/t/request/post_multipart.t @@ -47,7 +47,7 @@ my $t_cmp = { 'charset' => undef, 'apply_buchungsgruppe' => undef, 'full_preview' => undef, - 'parts_type' => undef, + 'part_type' => undef, 'default_unit' => undef, 'default_buchungsgruppe' => undef, 'duplicates' => undef, @@ -83,7 +83,7 @@ is_deeply $tt, 'charset' => 'UTF-8', 'apply_buchungsgruppe' => 'all', 'full_preview' => '0', - 'parts_type' => 'part', + 'part_type' => 'part', 'default_unit' => 'g', 'default_buchungsgruppe' => '815', 'duplicates' => 'no_check',