diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-30 13:52:07 +0400 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-30 13:52:07 +0400 |
| commit | 9c1adb35dea9a4e86b68b98558b85de7210d563e (patch) | |
| tree | 87f74883eb4f5cd07dd8fa363dcddc473524714f /test/web/activity_pub | |
| parent | 5238ae3dd3bfba9ff84d5f47e2419227fc7c5d9a (diff) | |
| parent | dae91630606d6ba408b3f340b6b450703c164ce1 (diff) | |
| download | pleroma-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.exs | 2 |
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) |
