@@ -143,26 +143,26 @@ my @Tests = (
143143 DynamicFieldConfig => $DynamicFieldConfig ,
144144 UserID => 1,
145145 },
146- Request => " Action=someaction;Subaction=somesubaction;ArticleID=-1" ,
147- Throws => 1,
146+ Request => " Action=someaction;Subaction=somesubaction;ArticleID=-1" ,
147+ Throws => 1,
148148 },
149149 {
150150 Name => ' Wrong ArticleID and TicketID in the request' ,
151151 Config => {
152152 DynamicFieldConfig => $DynamicFieldConfig ,
153153 UserID => 1,
154154 },
155- Request => " Action=someaction;Subaction=somesubaction;ArticleID=-1;TicketID=-1" ,
156- Throws => 1,
155+ Request => " Action=someaction;Subaction=somesubaction;ArticleID=-1;TicketID=-1" ,
156+ Throws => 1,
157157 },
158158 {
159159 Name => ' Correct Article with wrong TicketID in the request' ,
160160 Config => {
161161 DynamicFieldConfig => $DynamicFieldConfig ,
162162 UserID => 1,
163163 },
164- Request => " Action=someaction;Subaction=somesubaction;ArticleID=$ArticleID ;TicketID=-1" ,
165- Throws => 1,
164+ Request => " Action=someaction;Subaction=somesubaction;ArticleID=$ArticleID ;TicketID=-1" ,
165+ Throws => 1,
166166 },
167167 {
168168 Name => ' Correct Article without TicketID in the request' ,
@@ -197,7 +197,6 @@ my $ObjectHandlerObject = $Kernel::OM->Get('Kernel::System::DynamicField::Object
197197TEST:
198198for my $Test (@Tests ) {
199199
200- print STDERR " TEST: $Test ->{Name} \n " ;
201200 # force the ParamObject to use the new request params
202201 my $QueryString = $Test -> {Request } // ' ' ;
203202 $Kernel::OM -> ObjectParamAdd(
0 commit comments