From 6efdec89ca10d3f72f785d19fa82d3a3b52f3c7f Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 01 Sep 2020 16:06:56 +0000
Subject: [PATCH] Update to Keycloak 11.0.2

---
 integrationTest/suite.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/integrationTest/suite.sh b/integrationTest/suite.sh
index 35d9f00..6958b45 100755
--- a/integrationTest/suite.sh
+++ b/integrationTest/suite.sh
@@ -12,7 +12,7 @@
         exit 1
     fi
 
-    login_url=${BASH_REMATCH[1]}
+    login_url=${BASH_REMATCH[1]//&amp;/&}
     redirect_response=$(curl --fail --silent -D - -b /tmp/cookies --data 'username=admin&password=admin' "$login_url")
     if [[ !($redirect_response =~ $ticket_pattern) ]] ; then
         echo "No service ticket found in response"

--
Gitblit v1.9.1