mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
[PM-25933] Replace sdk updatePassword call with makeUpdatePassword
This commit is contained in:
parent
7c5a6ac2d8
commit
59332ac8c7
@ -475,7 +475,7 @@ class VaultSdkSourceImpl(
|
||||
): Result<UpdatePasswordResponse> = runCatchingWithLogs {
|
||||
getClient(userId = userId)
|
||||
.crypto()
|
||||
.updatePassword(newPassword = newPassword)
|
||||
.makeUpdatePassword(newPassword = newPassword)
|
||||
}
|
||||
|
||||
override suspend fun exportVaultDataToString(
|
||||
|
||||
@ -1082,7 +1082,7 @@ class VaultSdkSourceTest {
|
||||
newKey = newKey,
|
||||
)
|
||||
coEvery {
|
||||
clientCrypto.updatePassword(
|
||||
clientCrypto.makeUpdatePassword(
|
||||
newPassword = newPassword,
|
||||
)
|
||||
} returns updatePasswordResponse
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user