diff --git a/test/user_test.exs b/test/user_test.exs index 6a7ecca27..c79564385 100644 --- a/test/user_test.exs +++ b/test/user_test.exs @@ -178,7 +178,7 @@ defmodule Pleroma.UserTest do end test "it restricts some sizes" do - [bio: 1000, name: 100] + [bio: 5000, name: 100] |> Enum.each(fn ({field, size}) -> string = String.pad_leading(".", size) cs = User.remote_user_creation(Map.put(@valid_remote, field, string))