diff options
| author | Alex Gleason <alex@alexgleason.me> | 2020-08-07 16:35:15 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2020-08-07 16:35:15 -0500 |
| commit | 1a5a7ba6e8a936d3138ca530d3466111e542aef6 (patch) | |
| tree | c056138ee21661af45d2363ce01282aafffb3fc0 /test/web/activity_pub/object_validators/delete_validation_test.exs | |
| parent | bd1e2e3a58ebd702306e7a6e2df985ac07e5f7d8 (diff) | |
| parent | 47698fc322da58894dd41c1bfd5ca0376200dc5e (diff) | |
| download | pleroma-1a5a7ba6e8a936d3138ca530d3466111e542aef6.tar.gz pleroma-1a5a7ba6e8a936d3138ca530d3466111e542aef6.zip | |
Merge remote-tracking branch 'upstream/develop' into aliases
Diffstat (limited to 'test/web/activity_pub/object_validators/delete_validation_test.exs')
| -rw-r--r-- | test/web/activity_pub/object_validators/delete_validation_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/object_validators/delete_validation_test.exs b/test/web/activity_pub/object_validators/delete_validation_test.exs index 42cd18298..02683b899 100644 --- a/test/web/activity_pub/object_validators/delete_validation_test.exs +++ b/test/web/activity_pub/object_validators/delete_validation_test.exs @@ -87,7 +87,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.DeleteValidationTest do {:error, cng} = ObjectValidator.validate(invalid_other_actor, []) - assert {:actor, {"is not allowed to delete object", []}} in cng.errors + assert {:actor, {"is not allowed to modify object", []}} in cng.errors end test "it's valid if the actor of the object is a local superuser", |
