Merge branch 'master' into glitch-soc/merge-upstream

This commit is contained in:
Thibaut Girka
2019-03-20 17:32:39 +01:00
11 changed files with 50 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ RSpec.describe ActivityPub::InboxesController, type: :controller do
Fabricate(:account)
end
post :create
post :create, body: '{}'
expect(response).to have_http_status(202)
end
end
@@ -21,7 +21,7 @@ RSpec.describe ActivityPub::InboxesController, type: :controller do
false
end
post :create
post :create, body: '{}'
expect(response).to have_http_status(401)
end
end