diff options
| author | lain <lain@soykaf.club> | 2020-04-29 11:09:30 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-04-29 11:09:30 +0000 |
| commit | 58fded9858edbeb318dc011cb313e82a86fbafcb (patch) | |
| tree | 90539822a02e9ff1de91969ad179da907c031b4d /test/web/activity_pub/activity_pub_controller_test.exs | |
| parent | 699fc9569fa06278baaec6804348375cb9891185 (diff) | |
| parent | 4c0e53367acd74de04de070a5e33380f5e457163 (diff) | |
| download | pleroma-58fded9858edbeb318dc011cb313e82a86fbafcb.tar.gz pleroma-58fded9858edbeb318dc011cb313e82a86fbafcb.zip | |
Merge branch 'automatic-authentication-and-instance-publicity-checks' into 'develop'
Automatic checks of authentication / authorization / instance publicity
See merge request pleroma/pleroma!2409
Diffstat (limited to 'test/web/activity_pub/activity_pub_controller_test.exs')
| -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) |
