diff options
| author | lain <lain@soykaf.club> | 2020-07-03 16:44:31 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-07-03 16:44:31 +0200 |
| commit | d3efb50262e7922fc1aa80625679a7e29bb65836 (patch) | |
| tree | 1b9c37c851739b041462a5bf50864a4c5d24ffd8 /test/web/masto_fe_controller_test.exs | |
| parent | 244655e884130df6dccabc0d2d78d33857809a36 (diff) | |
| parent | 19fbfbb767169b58a8f6558d0ad1a9be6425b59d (diff) | |
| download | pleroma-d3efb50262e7922fc1aa80625679a7e29bb65836.tar.gz pleroma-d3efb50262e7922fc1aa80625679a7e29bb65836.zip | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/mastoapi-2.9.0-status_text
Diffstat (limited to 'test/web/masto_fe_controller_test.exs')
| -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 |
