X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fweb%2Fauth%2Ftotp_authenticator_test.exs;h=84d4cd8402f1a177e5f9d5cec348982dee2bb661;hb=9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8;hp=e080694909a1bd7e3eebb8e7f76a911e6a095def;hpb=40618418460a35ea5a13c36df594d11297a7ebc6;p=akkoma diff --git a/test/web/auth/totp_authenticator_test.exs b/test/web/auth/totp_authenticator_test.exs index e08069490..84d4cd840 100644 --- a/test/web/auth/totp_authenticator_test.exs +++ b/test/web/auth/totp_authenticator_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Web.Auth.TOTPAuthenticatorTest do @@ -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,