fix: Add feed for organization (#3594)
* feat: Add feed for organization * fix: testing * fix: testing * fix: testing * fix: testing
This commit is contained in:
parent
990709da8f
commit
78b54b49fa
2 changed files with 16 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue