diff --git a/tests/modules/core/lib/Controller/LoginControllerTest.php b/tests/modules/core/lib/Controller/LoginControllerTest.php index d2e4cf3aa837c16437ccfad66c42439f1fc9b517..39a4852471828b11d477464c7033d5b815cbae89 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]); }