mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 20:59:31 +01:00
Removed test case from integration test which will be added in a later pr
This commit is contained in:
parent
735d9629cf
commit
1c24e2dec6
1 changed files with 0 additions and 5 deletions
|
@ -203,11 +203,6 @@ func TestActivityPubRepositoryInboxValid(t *testing.T) {
|
|||
|
||||
federatedUser = unittest.AssertExistsAndLoadBean(t, &user.FederatedUser{ExternalID: "30", FederationHostID: federationHost.ID})
|
||||
unittest.AssertExistsAndLoadBean(t, &user.User{ID: federatedUser.UserID})
|
||||
|
||||
// Replay activity2.
|
||||
resp, err = c.Post(activity2, repoInboxURL)
|
||||
assert.NoError(t, err)
|
||||
assert.Equal(t, http.StatusNotAcceptable, resp.StatusCode)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue