mirror of
https://github.com/go-gitea/gitea
synced 2025-07-14 14:37:20 +00:00
Remove unused param doer
(#34545)
This commit is contained in:
@ -586,7 +586,7 @@ func TestAPIRepoTransfer(t *testing.T) {
|
||||
|
||||
// cleanup
|
||||
repo := unittest.AssertExistsAndLoadBean(t, &repo_model.Repository{ID: apiRepo.ID})
|
||||
_ = repo_service.DeleteRepositoryDirectly(db.DefaultContext, user, repo.ID)
|
||||
_ = repo_service.DeleteRepositoryDirectly(db.DefaultContext, repo.ID)
|
||||
}
|
||||
|
||||
func transfer(t *testing.T) *repo_model.Repository {
|
||||
|
Reference in New Issue
Block a user