Skip to content

Commit ab07594

Browse files
committed
remove wip
1 parent 78fd2c2 commit ab07594

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/api_org_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ func TestAPIOrgCreate(t *testing.T) {
5959
ownerTeam, _ := org_model.GetOwnerTeam(db.DefaultContext, apiOrg.ID)
6060

6161
for _, ut := range unit_model.AllRepoUnitTypes {
62-
// WIP: need to confirm
6362
up := perm.AccessModeOwner
6463
if ut == unit_model.TypeExternalTracker || ut == unit_model.TypeExternalWiki {
6564
up = perm.AccessModeRead

0 commit comments

Comments
 (0)