1
1
鏡像自 https://github.com/go-gitea/gitea 已同步 2025-09-18 06:38:16 +00:00

Use forum.gitea.com instead of old URL (#31989) (#31992)

Backport #31989 by @lunny

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
此提交包含在:
Giteabot
2024-09-07 03:47:23 +08:00
提交者 GitHub
父節點 5e36e9f5a7
當前提交 f7f4256c82
共有 6 個檔案被更改,包括 7 行新增7 行删除

查看文件

@@ -10,7 +10,7 @@ import (
"code.gitea.io/gitea/models/unittest"
user_model "code.gitea.io/gitea/models/user"
_ "code.gitea.io/gitea/models" // https://discourse.gitea.io/t/testfixtures-could-not-clean-table-access-no-such-table-access/4137/4
_ "code.gitea.io/gitea/models" // https://forum.gitea.com/t/testfixtures-could-not-clean-table-access-no-such-table-access/4137/4
"github.com/stretchr/testify/assert"
)