diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/web/masto_fe_controller_test.exs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/masto_fe_controller_test.exs b/test/web/masto_fe_controller_test.exs index 1d107d56c..f3b54b5f2 100644 --- a/test/web/masto_fe_controller_test.exs +++ b/test/web/masto_fe_controller_test.exs @@ -24,7 +24,7 @@ defmodule Pleroma.Web.MastodonAPI.MastoFEController 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  | 
