https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29523
--- Comment #153 from Marcel de Rooy <[email protected]> --- (In reply to Marcel de Rooy from comment #152) > t/db_dependent/Koha/REST/Plugin/Objects.t > - $builder->build_object( { class => 'Koha::Patrons', value => { flags > => 1 } } ); > + $builder->build_object( { class => 'Koha::Patrons', value => { flags > => 0 } } ); This is around here @@ -425,7 +425,7 @@ subtest 'objects.search helper with query parameter' => sub { -- 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/
