X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Fpleroma%2Fuser_test.exs;h=7c30f39add281430906c5ecc93e788fd8c5b302e;hb=f19c93cdaaf3ea914ec7b82aeb1f253efc9c6d56;hp=6cd93c34c28d598a7f83daf9ca27e73307d97058;hpb=e4f9cb1c1b3969164c03a219d5a760df07d2b3cd;p=akkoma diff --git a/test/pleroma/user_test.exs b/test/pleroma/user_test.exs index 6cd93c34c..7c30f39ad 100644 --- a/test/pleroma/user_test.exs +++ b/test/pleroma/user_test.exs @@ -1649,6 +1649,7 @@ defmodule Pleroma.UserTest do ap_enabled: true, is_moderator: true, is_admin: true, + mastofe_settings: %{"a" => "b"}, mascot: %{"a" => "b"}, emoji: %{"a" => "b"}, pleroma_settings_store: %{"q" => "x"}, @@ -1690,6 +1691,7 @@ defmodule Pleroma.UserTest do ap_enabled: false, is_moderator: false, is_admin: false, + mastofe_settings: nil, mascot: nil, emoji: %{}, pleroma_settings_store: %{},