diff options
author | lain <lain@soykaf.club> | 2020-05-13 07:45:35 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-13 07:45:35 +0000 |
commit | 3210e939bf3b3f3c80a6774ae4d4a531ef5491cd (patch) | |
tree | ef51aae2e3cbc43a506af4ad940a5be63fdb5e70 /test/web/auth/totp_authenticator_test.exs | |
parent | c74018e6a7a19a40a75c343ddadc199d9990597e (diff) | |
parent | b46811a07444187e7765f439e933f214c0a0aeb3 (diff) | |
download | pleroma-3210e939bf3b3f3c80a6774ae4d4a531ef5491cd.tar.gz pleroma-3210e939bf3b3f3c80a6774ae4d4a531ef5491cd.zip |
Merge branch 'upgrade-comeonin' into 'develop'
Upgrade Comeonin to v5
See merge request pleroma/pleroma!2523
Diffstat (limited to 'test/web/auth/totp_authenticator_test.exs')
-rw-r--r-- | test/web/auth/totp_authenticator_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/auth/totp_authenticator_test.exs b/test/web/auth/totp_authenticator_test.exs index e08069490..e502e0ae8 100644 --- a/test/web/auth/totp_authenticator_test.exs +++ b/test/web/auth/totp_authenticator_test.exs @@ -34,7 +34,7 @@ defmodule Pleroma.Web.Auth.TOTPAuthenticatorTest do hashed_codes = backup_codes - |> Enum.map(&Comeonin.Pbkdf2.hashpwsalt(&1)) + |> Enum.map(&Pbkdf2.hash_pwd_salt(&1)) user = insert(:user, |