aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/web/controller/frontend/mastodon_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/controller/frontend/mastodon_controller_test.exs b/test/web/controller/frontend/mastodon_controller_test.exs
index 8dbc18354..c45554159 100644
--- a/test/web/controller/frontend/mastodon_controller_test.exs
+++ b/test/web/controller/frontend/mastodon_controller_test.exs
@@ -24,7 +24,7 @@ defmodule Pleroma.Web.Frontend.MastodonControllerTest do
assert _result = json_response(conn, 200)
user = User.get_cached_by_ap_id(user.ap_id)
- assert user.settings == %{"programming" => "socks"}
+ assert user.mastofe_settings == %{"programming" => "socks"}
end
describe "index/2 redirections" do