mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 02:46:04 +01: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