0
0
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:
DmitryFrolovTri 2023-06-30 06:45:26 +00:00
parent 9014d9f8cd
commit 79251d5f31
No known key found for this signature in database
GPG Key ID: 0FBA4D49377CDDC3

View File

@ -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")