Merge branch 'develop' into feature/reports-groups-and-multiple-state-update
[akkoma] / test / web / mastodon_api / controllers / account_controller / update_credentials_test.exs
index 618031b403c7efb6610167098482d3887a02f079..519b56d6cb64255f00ba55e34baffe74ad783012 100644 (file)
@@ -153,7 +153,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController.UpdateCredentialsTest do
         |> json_response(200)
 
       assert response["pleroma"]["skip_thread_containment"] == true
-      assert refresh_record(user).info.skip_thread_containment
+      assert refresh_record(user).skip_thread_containment
     end
 
     test "updates the user's hide_follows status", %{conn: conn} do