Skip to content

Commit 8f20308

Browse files
committed
org3 => Org3
1 parent 7797111 commit 8f20308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/api_org_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func TestAPIOrgEdit(t *testing.T) {
102102

103103
token := getTokenForLoggedInUser(t, session, auth_model.AccessTokenScopeWriteOrganization)
104104
org := api.EditOrgOption{
105-
FullName: "org3 organization new full name",
105+
FullName: "Org3 organization new full name",
106106
Description: "A new description",
107107
Website: "https://try.gitea.io/new",
108108
Location: "Beijing",
@@ -129,7 +129,7 @@ func TestAPIOrgEditBadVisibility(t *testing.T) {
129129

130130
token := getTokenForLoggedInUser(t, session, auth_model.AccessTokenScopeWriteOrganization)
131131
org := api.EditOrgOption{
132-
FullName: "org3 organization new full name",
132+
FullName: "Org3 organization new full name",
133133
Description: "A new description",
134134
Website: "https://try.gitea.io/new",
135135
Location: "Beijing",

0 commit comments

Comments
 (0)