From 91fee037aa73701d4ba193e528988b1c6deb7082 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Mon, 20 Jan 2020 11:42:49 +0000
Subject: [PATCH] Change test for changed logout behaviour

---
 tests/modules/core/lib/Controller/LoginTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/modules/core/lib/Controller/LoginTest.php b/tests/modules/core/lib/Controller/LoginTest.php
index d6dd6a3c3..2b003b363 100644
--- a/tests/modules/core/lib/Controller/LoginTest.php
+++ b/tests/modules/core/lib/Controller/LoginTest.php
@@ -205,7 +205,7 @@ class LoginTest extends ClearStateTestCase
         list($object, $method) = $response->getCallable();
         $this->assertInstanceOf(Simple::class, $object);
         $this->assertEquals('logout', $method);
-        $this->assertEquals('/simplesaml/core/logout/example-userpass', $response->getArguments()[0]);
+        $this->assertEquals('/simplesaml/', $response->getArguments()[0]);
     }
 
 
-- 
GitLab