Skip to content

Commit 9dd4391

Browse files
Merge pull request #56495 from nextcloud/fix/fix-integration-auth-tests
fix(tests): Fix login test for remember me checkbox
2 parents 3a26574 + d1f295d commit 9dd4391

File tree

1 file changed

+1
-1
lines changed
  • build/integration/features/bootstrap

1 file changed

+1
-1
lines changed

build/integration/features/bootstrap/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public function aNewBrowserSessionIsStarted($remember = false) {
220220
'form_params' => [
221221
'user' => 'user0',
222222
'password' => '123456',
223-
'remember_login' => $remember ? '1' : '0',
223+
'rememberme' => $remember ? '1' : '0',
224224
'requesttoken' => $this->requestToken,
225225
],
226226
'cookies' => $this->cookieJar,

0 commit comments

Comments
 (0)