mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-21 00:20:50 +00:00
activitypub: warn instead of error
This commit is contained in:
parent
e7abda6a0d
commit
7b576d0a5d
2 changed files with 4 additions and 2 deletions
|
@ -108,6 +108,6 @@ func TestActivityPubPersonInbox(t *testing.T) {
|
|||
|
||||
// Unsigned request fails
|
||||
req := NewRequest(t, "POST", user2inboxurl)
|
||||
MakeRequest(t, req, http.StatusInternalServerError)
|
||||
MakeRequest(t, req, http.StatusBadRequest)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue