From d1ca872e25e9892e3b7942b4c6c13f0e8c28f7d1 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Sat, 23 Nov 2019 00:23:30 +0100
Subject: [PATCH] Fix test

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

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