mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Use StatusSeeOther
This commit is contained in:
parent
75c93e5319
commit
fa5806cecf
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ func TestRepoFollowing(t *testing.T) {
|
|||
"action": "federation",
|
||||
"following_repos": fmt.Sprintf("%s/api/v1/activitypub/repository-id/1", federatedSrv.URL),
|
||||
})
|
||||
session.MakeRequest(t, req, http.StatusOK)
|
||||
session.MakeRequest(t, req, http.StatusSeeOther)
|
||||
|
||||
// Verify it was added.
|
||||
federationHost := unittest.AssertExistsAndLoadBean(t, &forgefed.FederationHost{HostFqdn: "127.0.0.1"})
|
||||
|
|
Loading…
Reference in a new issue