Merge branch 'feature/update-welcome-setting-in-description' into 'develop'
[akkoma] / test / web / activity_pub / object_validators / delete_validation_test.exs
index 42cd18298fe8ece9ab1ef604a84d5c3d38fad423..02683b899d762630c89cb5d3084f0ddbcfdc1908 100644 (file)
@@ -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",