From 51c0f7b62480f35ff5120f03baf7d3fa0cbcc79e Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 17 Oct 2019 01:51:58 +0000 Subject: [PATCH] Bug 23526: (RM follow-up) Fix failing test Signed-off-by: Lucas Gass --- 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