static-fe.css: Restore and move to /priv/static/static-fe
[akkoma] / test / user_test.exs
index 368bdae12a1844aa1f4c6e065d281fab31ab9bbc..d3c66c63cf398cd102944f9c513e88178cc73ba5 100644 (file)
@@ -560,6 +560,7 @@ defmodule Pleroma.UserTest do
       assert user == fetched_user
     end
 
+    @tag capture_log: true
     test "returns nil if no user could be fetched" do
       {:error, fetched_user} = User.get_or_fetch_by_nickname("nonexistant@social.heldscal.la")
       assert fetched_user == "not found nonexistant@social.heldscal.la"