Skip to content

Commit 4438086

Browse files
committed
Fix tests
1 parent 5e77ac1 commit 4438086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Controller/UserControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function testChangePassword(): void
104104

105105
$this->assertResponseRedirects();
106106
$this->assertStringStartsWith(
107-
'/en/logout',
107+
'/logout',
108108
$client->getResponse()->headers->get('Location') ?? '',
109109
'Changing password logout the user.'
110110
);

0 commit comments

Comments
 (0)