Skip to content

Commit f481cf0

Browse files
ericpardeestevehipwell
authored andcommitted
Update github/resource_github_enterprise_organization_test.go
1 parent 88eb310 commit f481cf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

github/resource_github_enterprise_organization.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func updateDescription(ctx context.Context, data *schema.ResourceData, v3 *githu
324324
ctx,
325325
orgName,
326326
&github.Organization{
327-
Description: github.Ptr(newDesc),
327+
Description: github.Ptr(newDesc),
328328
},
329329
)
330330
if err != nil {
@@ -349,7 +349,7 @@ func updateDisplayName(ctx context.Context, data *schema.ResourceData, v4 *githu
349349
ctx,
350350
orgName,
351351
&github.Organization{
352-
Name: github.Ptr(newDisplayName),
352+
Name: github.Ptr(newDisplayName),
353353
},
354354
)
355355
if err != nil {

github/resource_github_enterprise_organization_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
"testing"
1010

11-
"github.com/google/go-github/v67/github"
11+
"github.com/google/go-github/v81/github"
1212
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
1313
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1414
)

0 commit comments

Comments
 (0)