From 99e25649ebecca21bcc94c916701e9904107ad8b Mon Sep 17 00:00:00 2001 From: Roman Chvanikov Date: Sat, 11 Jul 2020 00:10:23 +0300 Subject: Fix MastoFE tests --- test/web/controller/frontend/mastodon_controller_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3