Merge branch 'develop' into refactor/deactivated_user_field
[akkoma] / test / pleroma / web / o_auth / o_auth_controller_test.exs
index 64ee11890d25639ba8d1a2d5e4b9bf02a30c4977..9c7c57d48b84fbfe8677e3496c3f57b52c783acf 100644 (file)
@@ -956,7 +956,7 @@ defmodule Pleroma.Web.OAuth.OAuthControllerTest do
       user =
         insert(:user,
           password_hash: Pleroma.Password.Pbkdf2.hash_pwd_salt(password),
-          deactivated: true
+          is_active: false
         )
 
       app = insert(:oauth_app)