mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-04 00:08:21 +02:00
fixed a lint error
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user