Bug 23526: (RM follow-up) Fix failing test

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Martin Renvoize 2019-09-24 08:21:13 +01:00
parent 87302a1abf
commit fca3a267c6
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -132,7 +132,7 @@ is(
login_shib_url($query),
'https://testopac.com'
. '/Shibboleth.sso/Login?target='
. 'https://testopac.com/cgi-bin/koha/opac-user.pl' . '%3F'
. 'https://testopac.com/cgi-bin/koha/opac-user.pl?'
. $query_string,
"login shib url"
);