From cef586485cd5f77bf036bfab0b3a375ba052d14f Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 24 Sep 2019 08:21:13 +0100 Subject: [PATCH] Bug 23526: (RM follow-up) Fix failing test Signed-off-by: Martin Renvoize (cherry picked from commit fca3a267c61b3db9d16f01b0c46d03dbfc6dad63) Signed-off-by: Fridolin Somers --- t/Auth_with_shibboleth.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Auth_with_shibboleth.t b/t/Auth_with_shibboleth.t index 9e96178972..9e95adf0e1 100644 --- a/t/Auth_with_shibboleth.t +++ b/t/Auth_with_shibboleth.t @@ -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" ); -- 2.39.5