We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fd2c2 commit ab07594Copy full SHA for ab07594
tests/integration/api_org_test.go
@@ -59,7 +59,6 @@ func TestAPIOrgCreate(t *testing.T) {
59
ownerTeam, _ := org_model.GetOwnerTeam(db.DefaultContext, apiOrg.ID)
60
61
for _, ut := range unit_model.AllRepoUnitTypes {
62
- // WIP: need to confirm
63
up := perm.AccessModeOwner
64
if ut == unit_model.TypeExternalTracker || ut == unit_model.TypeExternalWiki {
65
up = perm.AccessModeRead
0 commit comments