X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fweb%2Fauth%2Fpleroma_authenticator_test.exs;h=5a421e5ed69850843671cc1b2722055ec0c2a0a6;hb=e455ca3f3eee74db0b1e60550acf53bea915be3b;hp=7125c5081d62f2f0eabd807d08384903d38338f0;hpb=7ac0cffb34567dd72877e13968a10d206f643ad8;p=akkoma diff --git a/test/web/auth/pleroma_authenticator_test.exs b/test/web/auth/pleroma_authenticator_test.exs index 7125c5081..5a421e5ed 100644 --- a/test/web/auth/pleroma_authenticator_test.exs +++ b/test/web/auth/pleroma_authenticator_test.exs @@ -11,7 +11,7 @@ defmodule Pleroma.Web.Auth.PleromaAuthenticatorTest do setup do password = "testpassword" name = "AgentSmith" - user = insert(:user, nickname: name, password_hash: Comeonin.Pbkdf2.hashpwsalt(password)) + user = insert(:user, nickname: name, password_hash: Pbkdf2.hash_pwd_salt(password)) {:ok, [user: user, name: name, password: password]} end