mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
Lift test env prep one up
This commit is contained in:
parent
72f2f35bd8
commit
69e79e50c2
1 changed files with 1 additions and 1 deletions
|
@ -268,9 +268,9 @@ func TestProtectedBranch(t *testing.T) {
|
|||
|
||||
func TestRepoFollowing(t *testing.T) {
|
||||
setting.Federation.Enabled = true
|
||||
defer tests.PrepareTestEnv(t)()
|
||||
defer func() {
|
||||
setting.Federation.Enabled = false
|
||||
tests.PrepareTestEnv(t)()
|
||||
}()
|
||||
|
||||
federatedRoutes := http.NewServeMux()
|
||||
|
|
Loading…
Reference in a new issue