mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
updating test related to creating auth-app token with user-id
This commit is contained in:
@@ -232,7 +232,7 @@ class AuthAppContext implements Context {
|
||||
$this->featureContext->getPasswordForUser($user),
|
||||
[
|
||||
"expiry" => $expiration,
|
||||
"userId" => $this->featureContext->getUserIdByUserName($impersonatedUser)
|
||||
"userID" => $this->featureContext->getUserIdByUserName($impersonatedUser)
|
||||
],
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user