https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43241 --- Comment #13 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 204091 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204091&action=edit Bug 43241: (follow-up) Use form => for q= params in tests The + character in RFC3339 timezone offsets (e.g. +00:00) is decoded as a space when interpolated directly into a URL query string. Use Test::Mojo form => { q => ... } which properly URL-encodes the parameter value. Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.