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=f4c2bf0985f3d65d9caa6f02a71c89db9f070fb1;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