summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-04-30 13:52:07 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-04-30 13:52:07 +0400
commit9c1adb35dea9a4e86b68b98558b85de7210d563e (patch)
tree87f74883eb4f5cd07dd8fa363dcddc473524714f /test/web/activity_pub
parent5238ae3dd3bfba9ff84d5f47e2419227fc7c5d9a (diff)
parentdae91630606d6ba408b3f340b6b450703c164ce1 (diff)
downloadpleroma-9c1adb35dea9a4e86b68b98558b85de7210d563e.tar.gz
pleroma-9c1adb35dea9a4e86b68b98558b85de7210d563e.zip
Merge branch 'develop' into openapi/notifications
Diffstat (limited to 'test/web/activity_pub')
-rw-r--r--test/web/activity_pub/activity_pub_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/activity_pub_controller_test.exs b/test/web/activity_pub/activity_pub_controller_test.exs
index fbacb3993..eca526604 100644
--- a/test/web/activity_pub/activity_pub_controller_test.exs
+++ b/test/web/activity_pub/activity_pub_controller_test.exs
@@ -766,7 +766,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
end
describe "POST /users/:nickname/outbox" do
- test "it rejects posts from other users / unauuthenticated users", %{conn: conn} do
+ test "it rejects posts from other users / unauthenticated users", %{conn: conn} do
data = File.read!("test/fixtures/activitypub-client-post-activity.json") |> Poison.decode!()
user = insert(:user)
other_user = insert(:user)