mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	fix: Add feed for organization (#3594)
* feat: Add feed for organization * fix: testing * fix: testing * fix: testing * fix: testing
This commit is contained in:
		| @@ -339,6 +339,7 @@ func TestCommitRepoAction(t *testing.T) { | ||||
|  | ||||
| 		s.action.ActUserID = user.ID | ||||
| 		s.action.RepoID = repo.ID | ||||
| 		s.action.Repo = repo | ||||
| 		s.action.IsPrivate = repo.IsPrivate | ||||
|  | ||||
| 		testCorrectRepoAction(t, s.commitRepoActionOptions, &s.action) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user