diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Authentication/Login/CreateSessionTokenCommandTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Authentication/Login/CreateSessionTokenCommandTest.php b/tests/lib/Authentication/Login/CreateSessionTokenCommandTest.php index 136906f42b0..11d2ea36b27 100644 --- a/tests/lib/Authentication/Login/CreateSessionTokenCommandTest.php +++ b/tests/lib/Authentication/Login/CreateSessionTokenCommandTest.php @@ -76,7 +76,7 @@ class CreateSessionTokenCommandTest extends ALoginCommandTest { ->method('updateTokens') ->with( $this->username, - $this->username + $this->password ); $result = $this->cmd->process($data); @@ -109,7 +109,7 @@ class CreateSessionTokenCommandTest extends ALoginCommandTest { ->method('updateTokens') ->with( $this->username, - $this->username + $this->password ); $result = $this->cmd->process($data); |