https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43241

--- Comment #7 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 203288
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203288&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 <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to