0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-26 01:55:55 +01:00

Formatting issues

This commit is contained in:
Excellencedev 2025-12-20 05:52:40 +01:00
parent 9c5b278622
commit b0811fe686

View File

@ -128,7 +128,7 @@ func TestActionsTokenPermissionsModes(t *testing.T) {
func testActionsTokenPermissionsMode(u *url.URL, mode string, expectReadOnly bool) func(t *testing.T) {
return func(t *testing.T) {
// Update repository settings to the requested mode
// Update repository settings to the requested mode
if mode != "" {
repo := unittest.AssertExistsAndLoadBean(t, &repo_model.Repository{Name: "repo4", OwnerName: "user5"})
require.NoError(t, repo.LoadUnits(t.Context()))