mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #18063 from nextcloud/fix/test/18029
Fix the tests after #18029
This commit is contained in:
commit
a4106b41d2
1 changed files with 1 additions and 2 deletions
|
|
@ -258,9 +258,8 @@ class SessionTest extends \Test\TestCase {
|
|||
->method('prepareUserLogin');
|
||||
|
||||
$this->dispatcher->expects($this->once())
|
||||
->method('dispatch')
|
||||
->method('dispatchTyped')
|
||||
->with(
|
||||
PostLoginEvent::class,
|
||||
$this->callback(function(PostLoginEvent $e) {
|
||||
return $e->getUser()->getUID() === 'foo' &&
|
||||
$e->getPassword() === 'bar' &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue