File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ func TestAPIOrgEdit(t *testing.T) {
102
102
103
103
token := getTokenForLoggedInUser (t , session , auth_model .AccessTokenScopeWriteOrganization )
104
104
org := api.EditOrgOption {
105
- FullName : "org3 organization new full name" ,
105
+ FullName : "Org3 organization new full name" ,
106
106
Description : "A new description" ,
107
107
Website : "https://try.gitea.io/new" ,
108
108
Location : "Beijing" ,
@@ -129,7 +129,7 @@ func TestAPIOrgEditBadVisibility(t *testing.T) {
129
129
130
130
token := getTokenForLoggedInUser (t , session , auth_model .AccessTokenScopeWriteOrganization )
131
131
org := api.EditOrgOption {
132
- FullName : "org3 organization new full name" ,
132
+ FullName : "Org3 organization new full name" ,
133
133
Description : "A new description" ,
134
134
Website : "https://try.gitea.io/new" ,
135
135
Location : "Beijing" ,
You can’t perform that action at this time.
0 commit comments