diff options
author | lain <lain@soykaf.club> | 2020-05-07 14:52:37 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-07 14:52:37 +0200 |
commit | 788b7e7bbd2732e2af72adad1a660cf363486c6b (patch) | |
tree | a0a1813bb940552465c3bcbdce5d9accc4fe7203 /test/web/activity_pub/object_validator_test.exs | |
parent | cda410adfd55e8832ec9c0a553c5b28a1269904f (diff) | |
download | pleroma-788b7e7bbd2732e2af72adad1a660cf363486c6b.tar.gz pleroma-788b7e7bbd2732e2af72adad1a660cf363486c6b.zip |
Merge fixes.
Diffstat (limited to 'test/web/activity_pub/object_validator_test.exs')
-rw-r--r-- | test/web/activity_pub/object_validator_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/activity_pub/object_validator_test.exs b/test/web/activity_pub/object_validator_test.exs index 4d90a0cf3..174be5ec6 100644 --- a/test/web/activity_pub/object_validator_test.exs +++ b/test/web/activity_pub/object_validator_test.exs @@ -107,7 +107,6 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidatorTest do {:error, cng} = ObjectValidator.validate(missing_object, []) assert {:object, {"can't find object", []}} in cng.errors - assert length(cng.errors) == 1 end test "it's invalid if the actor of the object and the actor of delete are from different domains", |