https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31481
--- Comment #5 from Johanna Räisä <[email protected]> --- (In reply to Marcel de Rooy from comment #3) > +++ b/t/SMS.t > @@ -57,6 +57,7 @@ $send_sms = C4::SMS->send_sms({ > destination => '+33123456789', > message => 'my message', > driver => 'Test', > + message_id => 1, > > Please explain what this should prove ? I'm not sure anymore. I fixed the tests and message_id is required parameter. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
