Merge branch 'fix-object-deletion-timeout' into 'develop'
[akkoma] / test / pleroma / web / plugs / authentication_plug_test.exs
index 9d66681ce1609996b1928931edfc31b132e37d87..118ab302a0c956ad1217f141a5c927e20cf3cf93 100644 (file)
@@ -17,7 +17,7 @@ defmodule Pleroma.Web.Plugs.AuthenticationPlugTest do
     user = %User{
       id: 1,
       name: "dude",
-      password_hash: Pbkdf2.hash_pwd_salt("guy")
+      password_hash: Pleroma.Password.Pbkdf2.hash_pwd_salt("guy")
     }
 
     conn =