@@ -, +, @@ --- t/db_dependent/Suggestions.t | 1 + 1 file changed, 1 insertion(+) --- a/t/db_dependent/Suggestions.t +++ a/t/db_dependent/Suggestions.t @@ -103,6 +103,7 @@ my $my_suggestion = { manageddate => '', accepteddate => dt_from_string, note => 'my note', + quantity => '', # Insert an empty string into int to catch strict SQL modes errors }; my $budgetperiod_id = AddBudgetPeriod({ --