Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements
This commit is contained in:
commit
a010c5b16a
24 changed files with 5273 additions and 1086 deletions
|
|
@ -895,6 +895,13 @@ defmodule Pleroma.UserTest do
|
|||
refute cs.valid?
|
||||
end)
|
||||
end
|
||||
|
||||
test "it is invalid given a local user" do
|
||||
user = insert(:user)
|
||||
cs = User.remote_user_changeset(user, %{name: "tom from myspace"})
|
||||
|
||||
refute cs.valid?
|
||||
end
|
||||
end
|
||||
|
||||
describe "followers and friends" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue