Skip to content

Commit 80e0206

Browse files
committed
Restore ClearDiscoChoicesReturnToDisallowedUrlRejected test
1 parent e900a65 commit 80e0206

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/modules/core/src/Controller/LoginTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ protected function setUp(): void
4141
[
4242
'baseurlpath' => 'https://example.org/simplesaml',
4343
'module.enable' => ['exampleauth' => true],
44+
'trusted.url.domains' => [],
4445
],
4546
'[ARRAY]',
4647
'simplesaml',
@@ -67,7 +68,7 @@ public function testWelcome(): void
6768

6869
/**
6970
*/
70-
public function disabledTestClearDiscoChoicesReturnToDisallowedUrlRejected(): void
71+
public function testClearDiscoChoicesReturnToDisallowedUrlRejected(): void
7172
{
7273
$request = Request::create(
7374
'/cleardiscochoices',

0 commit comments

Comments
 (0)