mirror of
https://github.com/go-gitea/gitea.git
synced 2026-06-14 15:19:29 +02:00
fixed a lint error
This commit is contained in:
parent
9014d9f8cd
commit
79251d5f31
@ -14,7 +14,7 @@ import (
|
||||
|
||||
func TestUpdateRepoPost(t *testing.T) {
|
||||
unittest.PrepareTestEnv(t)
|
||||
ctx := test.MockContext(t, "admin/repos")
|
||||
ctx, _ := test.MockContext(t, "admin/repos")
|
||||
test.LoadUser(t, ctx, 1)
|
||||
|
||||
ctx.Req.Form.Set("enable_size_limit", "on")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user