mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
Remove all package data after tests (#22984)
Fixes #21020 --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
@@ -22,6 +22,7 @@ import (
|
||||
|
||||
func TestPackageMaven(t *testing.T) {
|
||||
defer tests.PrepareTestEnv(t)()
|
||||
|
||||
user := unittest.AssertExistsAndLoadBean(t, &user_model.User{ID: 2})
|
||||
|
||||
groupID := "com.gitea"
|
||||
|
||||
Reference in New Issue
Block a user