updating test related to creating auth-app token with user-id

This commit is contained in:
Niraj Acharya
2025-03-18 12:11:59 +05:45
parent 92c1ce0e35
commit 69dd781cb7
3 changed files with 6 additions and 52 deletions

View File

@@ -232,7 +232,7 @@ class AuthAppContext implements Context {
$this->featureContext->getPasswordForUser($user),
[
"expiry" => $expiration,
"userId" => $this->featureContext->getUserIdByUserName($impersonatedUser)
"userID" => $this->featureContext->getUserIdByUserName($impersonatedUser)
],
)
);