diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-22 21:01:28 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-22 21:01:28 +0300 |
commit | 7101ba1a21ded292ba057f9aadec1756914b45e0 (patch) | |
tree | 6ee1e10eba5b579d7e469ac8a340bb496f564411 /test/user_test.exs | |
parent | 256ff09aa8068166a9f83e3159f060fd4598af76 (diff) | |
parent | 0e50e9e4fa5a5d33d36f4226e1d32a00bf53fc72 (diff) | |
download | pleroma-7101ba1a21ded292ba057f9aadec1756914b45e0.tar.gz pleroma-7101ba1a21ded292ba057f9aadec1756914b45e0.zip |
Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue
Diffstat (limited to 'test/user_test.exs')
-rw-r--r-- | test/user_test.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/user_test.exs b/test/user_test.exs index 3185cc1fb..733467398 100644 --- a/test/user_test.exs +++ b/test/user_test.exs @@ -543,6 +543,9 @@ defmodule Pleroma.UserTest do avatar: %{some: "avatar"} } + clear_config([:instance, :user_bio_length]) + clear_config([:instance, :user_name_length]) + test "it confirms validity" do cs = User.remote_user_creation(@valid_remote) assert cs.valid? |